Ticket #40218: 40218.2.patch
File 40218.2.patch, 5.2 KB (added by , 8 years ago) |
---|
-
src/wp-admin/css/common.css
1071 1071 max-width: 100%; 1072 1072 font-size: 16px; 1073 1073 font-weight: 300; 1074 line-height: 1.5;1075 1074 } 1076 1075 1077 .wp-filter .search-form select { 1076 .wp-filter .search-form select, 1077 .wp-filter .search-form .wp-filter-search { 1078 1078 margin: 0; 1079 1079 height: 32px; 1080 1080 vertical-align: top; -
src/wp-admin/css/customize-controls.css
597 597 .customize-control input[type="tel"], 598 598 .customize-control input[type="url"] { 599 599 width: 100%; 600 line-height: 18px;601 600 margin: 0; 602 601 } 603 602 … … 964 963 .customize-control-header button.remove { 965 964 white-space: normal; 966 965 width: 48%; 967 height: auto;968 966 } 969 967 970 968 .customize-control .attachment-media-view .thumbnail, -
src/wp-admin/css/dashboard.css
854 854 } 855 855 856 856 #title-wrap #title { 857 padding: 2px 6px;858 857 font-size: 1.3em; 859 858 outline: none; 859 height: 28px; 860 line-height: 26px; 860 861 } 861 862 862 863 #title-wrap #title-prompt-text { … … 1080 1081 } 1081 1082 1082 1083 @media screen and ( max-width: 782px ) { 1084 1085 #title-wrap #title { 1086 height: 36px; 1087 line-height: 34px; 1088 } 1089 1090 #title-wrap #title-prompt-text { 1091 padding: 9px 8px; 1092 } 1093 1094 .wp-filter .search-form input[type="search"] { 1095 height: 36px; 1096 } 1097 1083 1098 #dashboard_recent_comments #the-comment-list .comment-item .avatar { 1084 1099 height: 30px; 1085 1100 width: 30px; -
src/wp-admin/css/forms.css
68 68 /* Vertically align the number selector with the input. */ 69 69 input[type="number"] { 70 70 height: 28px; 71 line-height: 1;71 line-height: 26px; 72 72 } 73 73 74 74 input[type="checkbox"], … … 319 319 320 320 .wp-admin select { 321 321 padding: 2px; 322 line-height: 2 8px;322 line-height: 26px; 323 323 height: 28px; 324 324 vertical-align: middle; 325 325 } … … 549 549 float: left; 550 550 height: 28px; 551 551 margin: 0 4px 0 0; 552 line-height: 26px; 552 553 } 553 554 554 555 .js.plugins-php .search-box .wp-filter-search { … … 1161 1162 #wpbody select { 1162 1163 height: 36px; 1163 1164 font-size: 16px; 1165 line-height: 34px; 1164 1166 } 1165 1167 1166 1168 .wp-admin .button-cancel { -
src/wp-admin/css/list-tables.css
644 644 padding-bottom: 5px; 645 645 font-size: 13px; 646 646 text-align: center; 647 height: 28px; 648 line-height: 26px; 647 649 } 648 650 649 651 .tablenav .total-pages { … … 1760 1762 .tablenav-pages .pagination-links .current-page { 1761 1763 padding: 8px 9px 9px; 1762 1764 font-size: 16px; 1765 height: 41px; 1766 line-height: 39px; 1763 1767 } 1764 1768 1765 1769 /* WP List Table Adjustments: General */ -
src/wp-admin/css/media.css
1149 1149 width: 50px; 1150 1150 font-size: 14px; 1151 1151 padding: 5px 8px; 1152 height: 28px; 1153 line-height: 26px; 1152 1154 } 1153 1155 1154 1156 .imgedit-separator { … … 1214 1216 width: 60px; 1215 1217 font-size: 16px; 1216 1218 padding: 6px 10px; 1219 height: 36px; 1217 1220 } 1218 1221 1219 1222 .imgedit-applyto .imgedit-label { -
src/wp-includes/css/buttons.css
49 49 line-height: 26px; 50 50 height: 28px; 51 51 margin: 0; 52 padding: 0 10px 1px;52 padding: 0 10px; 53 53 cursor: pointer; 54 54 border-width: 1px; 55 55 border-style: solid; … … 74 74 75 75 .wp-core-ui .button.button-large, 76 76 .wp-core-ui .button-group.button-large .button { 77 height: 30px; 78 line-height: 28px; 79 padding: 0 12px 2px; 77 padding: 0 12px; 80 78 } 81 79 82 80 .wp-core-ui .button.button-small, … … 127 125 color: #555; 128 126 border-color: #cccccc; 129 127 background: #f7f7f7; 130 -webkit-box-shadow: 0 1px 0 #cccccc;131 box-shadow: 0 1px 0 #cccccc;132 128 vertical-align: top; 133 129 } 134 130 … … 375 371 input#publish, 376 372 input#save-post, 377 373 a.preview { 378 padding: 6px 14px; 379 line-height: normal; 374 line-height: 34px; 380 375 font-size: 14px; 381 376 vertical-align: middle; 382 height: auto; 383 margin-bottom: 4px; 377 height: 36px; 384 378 } 379 380 .wp-filter .search-form select, 381 .wp-filter .search-form .wp-filter-search { 382 height: 36px; 383 } 385 384 386 385 #media-upload.wp-core-ui .button { 387 386 padding: 0 10px 1px; -
src/wp-includes/css/media-views.css
34 34 35 35 .media-frame select, 36 36 .wp-admin .media-frame select { 37 line-height: 28px;38 37 margin-top: 3px; 39 38 } 40 39