Changeset 45189
- Timestamp:
- 04/13/2019 04:36:01 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-controls.css
r44796 r45189 431 431 #customize-controls .customize-info .preview-notice { 432 432 font-size: 13px; 433 line-height: 24px;433 line-height: 1.9; 434 434 } 435 435 … … 919 919 .customize-control input[type="radio"], 920 920 .customize-control input[type="checkbox"] { 921 line-height: 2 8px;921 line-height: 2; 922 922 } 923 923 … … 930 930 .customize-control input[type="url"] { 931 931 width: 100%; 932 line-height: 1 8px;932 line-height: 1.3; 933 933 margin: 0; 934 934 } … … 946 946 width: 100%; 947 947 height: 28px; 948 line-height: 2 8px;948 line-height: 2; 949 949 } 950 950 … … 956 956 display: block; 957 957 font-size: 14px; 958 line-height: 24px;958 line-height: 1.75; 959 959 font-weight: 600; 960 960 margin-bottom: 4px; … … 964 964 display: block; 965 965 font-style: italic; 966 line-height: 1 8px;966 line-height: 1.4; 967 967 margin-top: 0; 968 968 margin-bottom: 5px; … … 985 985 986 986 .customize-control .customize-inside-control-row { 987 line-height: 20px;987 line-height: 1.6; 988 988 display: block; 989 989 margin-left: 24px; … … 1005 1005 .customize-control-radio .customize-control-title { 1006 1006 margin-bottom: 0; 1007 line-height: 22px;1007 line-height: 1.6; 1008 1008 } 1009 1009 … … 1099 1099 margin-left: 1px; 1100 1100 font-weight: 600; 1101 line-height: 2 8px;1101 line-height: 2.2; 1102 1102 } 1103 1103 … … 1389 1389 box-sizing: border-box; 1390 1390 padding: 9px 0; 1391 line-height: 20px;1391 line-height: 1.6; 1392 1392 } 1393 1393 … … 1860 1860 position: relative; 1861 1861 float: right; 1862 line-height: 34px;1862 line-height: 2.6; 1863 1863 } 1864 1864 … … 2089 2089 2090 2090 .themes-filter-bar .wp-filter-search { 2091 line-height: 25px;2091 line-height: 1.8; 2092 2092 padding: 6px 10px 6px 30px; 2093 2093 max-width: 100%; … … 2217 2217 width: 26px; 2218 2218 display: block; 2219 line-height: 46px;2219 line-height: 2.3; 2220 2220 padding: 0 8px 0 8px; 2221 2221 border-right: 1px solid #ddd; … … 2613 2613 width: 30px; 2614 2614 height: 30px; 2615 line-height: 2 8px;2615 line-height: 2.1; 2616 2616 text-align: center; 2617 2617 color: #72777c; … … 2764 2764 .customize-control input[type="radio"] + label + br, 2765 2765 .customize-control input[type="checkbox"] + label + br { 2766 line-height: 32px; /* For widgets checkboxes */2766 line-height: 2.5; /* For widgets checkboxes */ 2767 2767 } 2768 2768 … … 2833 2833 top: 0; 2834 2834 left: 48px; 2835 line-height: 45px;2835 line-height: 3.2; 2836 2836 font-size: 14px; 2837 2837 padding: 0 12px;
Note: See TracChangeset
for help on using the changeset viewer.