Changeset 46559
- Timestamp:
- 10/16/2019 05:47:28 PM (5 years ago)
- Location:
- trunk/src
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/color-picker.css
r46550 r46559 11 11 /* Needs higher specificiity. */ 12 12 .wp-picker-container .wp-color-result.button { 13 min-height: 30px;13 min-height: 28px; 14 14 margin: 0 6px 6px 0px; 15 15 padding: 0 0 0 30px; … … 23 23 color: #555; 24 24 display: block; 25 line-height: 2. 54545455; /* 28px */25 line-height: 2.36363636; /* 26px */ 26 26 padding: 0 6px; 27 27 text-align: center; … … 74 74 .wp-customizer .wp-picker-input-wrap .button.wp-picker-default { 75 75 margin-left: 6px; 76 padding: 0 8px; 77 line-height: 2.54545455; /* 28px */ 78 min-height: 30px; 76 padding: 2px 8px; 79 77 } 80 78 … … 90 88 91 89 .wp-picker-container input[type="text"].wp-color-picker { 92 width: 4rem;90 width: 65px; 93 91 font-size: 12px; 94 92 font-family: monospace; 95 line-height: 2.33333333; /* 28px */93 line-height: 1.33333333; /* 16px */ 96 94 margin: 0; 97 padding: 05px;95 padding: 5px; 98 96 vertical-align: top; 99 min-height: 30px;97 min-height: 28px; 100 98 } 101 99 … … 135 133 @media screen and (max-width: 782px) { 136 134 .wp-picker-container input[type="text"].wp-color-picker { 137 width: 5rem; 135 width: 80px; 136 padding: 6px 5px 5px; 138 137 font-size: 16px; 139 line-height: 1.875; /* 30px */ 140 min-height: 32px; 138 line-height: 1.15; 141 139 } 142 140 143 141 .wp-customizer .wp-picker-container input[type="text"].wp-color-picker { 144 padding: 0 5px; 145 } 146 147 .wp-picker-input-wrap .button.wp-picker-default { 148 padding: 0 8px; 149 line-height: 2.14285714; /* 30px */ 150 min-height: 32px; 151 } 152 153 .wp-customizer .wp-picker-input-wrap .button.wp-picker-default { 154 padding: 0 8px; 155 font-size: 14px; 156 line-height: 2.14285714; /* 30px */ 157 min-height: 32px; 142 padding: 5px 5px 4px; 158 143 } 159 144 160 145 .wp-picker-container .wp-color-result.button { 146 height: auto; 161 147 padding: 0 0 0 40px; 162 148 font-size: 14px; 163 line-height: 2.1 4285714; /* 30px */149 line-height: 2.1; 164 150 } 165 151 166 152 .wp-customizer .wp-picker-container .wp-color-result.button { 167 font-size: 1 4px;168 line-height: 2 .14285714; /* 30px */153 font-size: 13px; 154 line-height: 2; 169 155 } 170 156 … … 179 165 } 180 166 } 167 168 @media screen and (max-width: 640px) { 169 .wp-customizer .wp-picker-container .wp-color-result.button { 170 font-size: 14px; 171 line-height: 2.1; 172 } 173 174 .wp-customizer .wp-picker-container input[type="text"].wp-color-picker { 175 padding: 6px 5px; 176 } 177 } -
trunk/src/wp-admin/css/common.css
r46550 r46559 925 925 #delete-action { 926 926 float: left; 927 line-height: 2. 30769231; /* 30px */927 line-height: 2.1; 928 928 } 929 929 930 930 #delete-link { 931 line-height: 2. 30769231; /* 30px */931 line-height: 2.1; 932 932 vertical-align: middle; 933 933 text-align: left; … … 946 946 947 947 #publishing-action .spinner { 948 float: none; 949 margin-top: 5px; 948 float: left; 950 949 } 951 950 … … 1088 1087 1089 1088 .wp-filter .search-form input[type="search"] { 1090 margin: 1px0;1089 margin: 0; 1091 1090 width: 280px; 1092 1091 max-width: 100%; -
trunk/src/wp-admin/css/customize-controls.css
r46550 r46559 160 160 transform: none; 161 161 margin-top: 0; 162 line-height: 2;163 162 } 164 163 … … 2873 2872 2874 2873 .wp-core-ui.wp-customizer .button { 2875 min-height: 30px; 2876 padding: 0 14px; 2877 line-height: 2; 2874 padding: 6px 14px; 2875 line-height: normal; 2878 2876 font-size: 14px; 2879 2877 vertical-align: middle; 2878 height: auto; 2879 } 2880 2881 #publish-settings { 2882 height: 31px; 2880 2883 } 2881 2884 -
trunk/src/wp-admin/css/forms.css
r46550 r46559 29 29 input, 30 30 select { 31 margin: 01px;31 margin: 1px; 32 32 } 33 33 … … 316 316 box-shadow: none; 317 317 border-radius: 3px; 318 padding: 4px 24px 4px 8px;319 min-height: 30px;318 padding: 3px 24px 3px 8px; 319 min-height: 28px; 320 320 max-width: 25rem; 321 321 vertical-align: middle; … … 485 485 #doaction2, 486 486 #post-query-submit { 487 margin: 0 8px 0 0; 487 margin: 1px 8px 0 0; 488 } 489 490 .tablenav #changeit, 491 .tablenav #delete_all, 492 .tablenav #clear-recent-list, 493 .wp-filter #delete_all { 494 margin-top: 1px; 488 495 } 489 496 … … 502 509 position: relative; 503 510 top: 3px; 504 width: 1.25rem;505 height: 1.25rem;506 top: 0.25rem;507 font-size: 20px;508 511 } 509 512 … … 599 602 margin-bottom: 0; 600 603 /* Same height as the buttons */ 601 min-height: 30px; 602 } 603 604 /* Hide the Edge "reveal password" native button */ 605 .wp-pwd input::-ms-reveal { 606 display: none; 604 line-height: 20px; 605 min-height: 28px; 606 max-height: 40px; 607 607 } 608 608 … … 634 634 float: left; 635 635 margin: 0 4px 0 0; 636 }637 638 .plugins-php .search-box .wp-filter-search {639 font-size: inherit;640 636 } 641 637 … … 1566 1562 right: 0; 1567 1563 top: 0; 1568 width: 2.375rem;1569 height: 2.375rem;1570 min-width: 40px;1571 min-height: 40px;1572 1564 } 1573 1565 1574 1566 .wp-pwd button.wp-hide-pw { 1575 right: 2.5rem;1567 right: 40px; 1576 1568 } 1577 1569 … … 1594 1586 .wp-pwd [type="password"] { 1595 1587 line-height: 2; 1596 padding-right: 5rem;1597 1588 } 1598 1589 -
trunk/src/wp-admin/css/list-tables.css
r46550 r46559 639 639 height: 30px; 640 640 margin: 6px 0 4px; 641 padding-top: 5px;642 641 vertical-align: middle; 643 642 } … … 649 648 .tablenav .tablenav-pages { 650 649 float: right; 651 margin: 00 9px;650 margin: 3px 0 9px; 652 651 } 653 652 … … 661 660 display: inline-block; 662 661 vertical-align: baseline; 663 min-width: 30px;664 min-height: 30px;662 min-width: 28px; 663 min-height: 28px; 665 664 margin: 0; 666 665 padding: 0 4px; 667 666 font-size: 16px; 668 line-height: 1. 625; /* 26px */667 line-height: 1.5; 669 668 text-align: center; 670 669 } … … 680 679 681 680 .tablenav .actions { 682 padding: 0 8px 0 0; 681 overflow: hidden; 682 padding: 2px 8px 0 0; 683 683 } 684 684 … … 1039 1039 vertical-align: middle; 1040 1040 text-align: center; 1041 padding: 04px;1041 padding: 6px 4px; 1042 1042 } 1043 1043 … … 1958 1958 } 1959 1959 1960 .inline-edit-row fieldset input[name=jj],1961 .inline-edit-row fieldset input[name=hh],1962 .inline-edit-row fieldset input[name=mn],1963 .inline-edit-row fieldset input[name=aa] {1964 font-size: 16px;1965 line-height: 2;1966 padding: 3px 4px;1967 }1968 1969 1960 .inline-edit-row fieldset ul.cat-checklist label, 1970 1961 .inline-edit-row #bulk-titles div { -
trunk/src/wp-includes/css/buttons.css
r46550 r46559 47 47 text-decoration: none; 48 48 font-size: 13px; 49 line-height: 2 .15384615; /* 28px */50 min-height: 30px;49 line-height: 2; 50 min-height: 28px; 51 51 margin: 0; 52 52 padding: 0 10px; … … 72 72 .wp-core-ui .button.button-large, 73 73 .wp-core-ui .button-group.button-large .button { 74 min-height: 3 2px;75 line-height: 2. 30769231; /* 30px */76 padding: 0 12px ;74 min-height: 30px; 75 line-height: 2.15384615; 76 padding: 0 12px 2px; 77 77 } 78 78 79 79 .wp-core-ui .button.button-small, 80 80 .wp-core-ui .button-group.button-small .button { 81 min-height: 2 6px;82 line-height: 2 .18181818; /* 24px */81 min-height: 24px; 82 line-height: 2; 83 83 padding: 0 8px; 84 84 font-size: 11px; … … 350 350 input#save-post, 351 351 a.preview { 352 padding: 014px;353 line-height: 2 .71428571; /* 38px */352 padding: 1px 14px; 353 line-height: 2; 354 354 font-size: 14px; 355 355 vertical-align: middle; 356 min-height: 40px;356 height: auto; 357 357 margin-bottom: 4px; 358 358 } … … 378 378 379 379 .wp-core-ui.wp-customizer .button { 380 padding: 0 10px 1px; 380 381 font-size: 13px; 381 line-height: 2 .15384615; /* 28px */382 min-height: 30px;382 line-height: 2; 383 min-height: 28px; 383 384 margin: 0; 384 385 vertical-align: inherit; -
trunk/src/wp-includes/css/editor.css
r46550 r46559 1202 1202 .wp-media-buttons span.wp-media-buttons-icon { 1203 1203 display: inline-block; 1204 width: 20px; 1205 height: 20px; 1206 line-height: 1; 1207 vertical-align: middle; 1204 width: 18px; 1205 height: 18px; 1206 vertical-align: text-top; 1208 1207 margin: 0 2px; 1209 1208 } … … 1778 1777 padding: 3px; 1779 1778 box-sizing: border-box; 1780 line-height: 1.28571429; /* 18px */ 1781 /* Override value inherited from default input fields. */ 1782 min-height: 26px; 1779 line-height: 1.28571429; 1783 1780 } 1784 1781 -
trunk/src/wp-includes/css/media-views.css
r46550 r46559 74 74 .media-frame select, 75 75 .wp-admin .media-frame select { 76 min-height: 30px;76 min-height: 28px; 77 77 vertical-align: middle; 78 78 }
Note: See TracChangeset
for help on using the changeset viewer.