Ticket #47477: 47477.9.diff
File 47477.9.diff, 2.8 KB (added by , 16 months ago) |
---|
-
src/wp-admin/css/color-picker.css
94 94 margin: 0; 95 95 padding: 5px; 96 96 vertical-align: top; 97 min-height: 28px; 97 98 } 98 99 99 100 .wp-color-picker::-webkit-input-placeholder { -
src/wp-admin/css/customize-controls.css
284 284 } 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; 290 290 border-right: none; 291 291 text-indent: -999px; 292 292 color: #fff; 293 /* Only necessary for IE11 */ 294 min-height: 40px; 293 295 } 294 296 295 297 #customize-control-changeset_preview_link label { … … 347 349 } 348 350 349 351 .date-time-fields .date-input.year { 350 width: 6 0px;352 width: 65px; 351 353 } 352 354 353 355 .date-time-fields .date-input.meridian { … … 924 926 .customize-control input[type="tel"], 925 927 .customize-control input[type="url"] { 926 928 width: 100%; 927 line-height: 1.3;928 929 margin: 0; 929 930 } 930 931 … … 2587 2588 #available-widgets-filter input, 2588 2589 #available-menu-items-search input { 2589 2590 width: 100%; 2590 height: 32px;2591 min-height: 32px; 2591 2592 margin: 1px 0; 2592 padding: 6px30px;2593 padding: 0 30px; 2593 2594 } 2594 2595 2595 2596 #available-widgets-filter input::-ms-clear, -
src/wp-admin/css/forms.css
74 74 padding: 0 8px; 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 79 81 ::-webkit-datetime-edit { … … 630 632 .tagsdiv .newtag { 631 633 float: left; 632 634 margin: 0 4px 0 0; 635 font-size: inherit; 633 636 } 634 637 635 638 .js.plugins-php .search-box .wp-filter-search { … … 1170 1173 1171 1174 .tools-privacy-policy-page input.button, 1172 1175 .tools-privacy-policy-page select { 1173 margin -left:6px;1176 margin: 0 1px 0 6px; 1174 1177 } 1175 1178 1176 1179 .tools-privacy-edit { -
src/wp-admin/css/media.css
1123 1123 .imgedit-settings .imgedit-crop-sel input[type="text"] { 1124 1124 width: 80px; 1125 1125 font-size: 14px; 1126 padding: 5px8px;1126 padding: 0 8px; 1127 1127 } 1128 1128 1129 1129 .imgedit-separator { -
src/wp-admin/css/themes.css
34 34 left: 20px; 35 35 margin: 0; 36 36 width: 280px; 37 font-size: inherit; 37 38 } 38 39 39 40 /* Position admin messages */