Changeset 46419
- Timestamp:
- 10/07/2019 01:18:19 PM (5 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/color-picker.css
r46360 r46419 95 95 padding: 5px; 96 96 vertical-align: top; 97 min-height: 28px; 97 98 } 98 99 -
trunk/src/wp-admin/css/customize-controls.css
r46411 r46419 285 285 286 286 #customize-control-changeset_preview_link input { 287 line-height: 2. 5;287 line-height: 2.85714286; /* 40px */ 288 288 border-top: 1px solid #ddd; 289 289 border-left: none; … … 291 291 text-indent: -999px; 292 292 color: #fff; 293 /* Only necessary for IE11 */ 294 min-height: 40px; 293 295 } 294 296 … … 348 350 349 351 .date-time-fields .date-input.year { 350 width: 6 0px;352 width: 65px; 351 353 } 352 354 … … 925 927 .customize-control input[type="url"] { 926 928 width: 100%; 927 line-height: 1.3;928 929 margin: 0; 929 930 } … … 2589 2590 #available-menu-items-search input { 2590 2591 width: 100%; 2591 height: 32px;2592 min-height: 32px; 2592 2593 margin: 1px 0; 2593 padding: 6px30px;2594 padding: 0 30px; 2594 2595 } 2595 2596 -
trunk/src/wp-admin/css/forms.css
r46411 r46419 75 75 /* inherits font size 14px */ 76 76 line-height: 2; /* 28px */ 77 /* Only necessary for IE11 */ 78 min-height: 30px; 77 79 } 78 80 … … 1172 1174 .tools-privacy-policy-page input.button, 1173 1175 .tools-privacy-policy-page select { 1174 margin -left:6px;1176 margin: 0 1px 0 6px; 1175 1177 } 1176 1178 -
trunk/src/wp-admin/css/media.css
r46418 r46419 1129 1129 width: 80px; 1130 1130 font-size: 14px; 1131 padding: 5px8px;1131 padding: 0 8px; 1132 1132 } 1133 1133 -
trunk/src/wp-admin/css/themes.css
r46356 r46419 35 35 margin: 0; 36 36 width: 280px; 37 font-size: inherit; 37 38 } 38 39
Note: See TracChangeset
for help on using the changeset viewer.