Ticket #44643: 44643.customize-controls.css.diff
File 44643.customize-controls.css.diff, 2.8 KB (added by , 6 years ago) |
---|
-
wp-admin/css/customize-controls.css
430 430 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 436 436 #customize-controls .customize-pane-child .customize-section-title h3, … … 918 918 .customize-control select, 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 924 924 .customize-control input[type="text"], … … 929 929 .customize-control input[type="tel"], 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 } 935 935 … … 945 945 .customize-control select { 946 946 width: 100%; 947 947 height: 28px; 948 line-height: 2 8px;948 line-height: 2; 949 949 } 950 950 951 951 .customize-control select[multiple] { … … 955 955 .customize-control-title { 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; 961 961 } … … 963 963 .customize-control-description { 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; 969 969 } … … 1004 1004 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 1010 1010 .customize-control-radio .customize-control-title + .customize-control-description { … … 1098 1098 .customize-control-dropdown-pages .add-new-toggle { 1099 1099 margin-left: 1px; 1100 1100 font-weight: 600; 1101 line-height: 2 8px;1101 line-height: 2.2; 1102 1102 } 1103 1103 1104 1104 #customize-preview iframe { … … 1387 1387 border: 1px dashed #b4b9be; 1388 1388 box-sizing: border-box; 1389 1389 padding: 9px 0; 1390 line-height: 20px;1390 line-height: 1.6; 1391 1391 } 1392 1392 1393 1393 .customize-control-header .inner { … … 1838 1838 .control-panel-themes .filter-themes-count { 1839 1839 position: relative; 1840 1840 float: right; 1841 line-height: 34px;1841 line-height: 2.6; 1842 1842 } 1843 1843 1844 1844 .control-panel-themes .filter-themes-count .themes-displayed { … … 2067 2067 } 2068 2068 2069 2069 .themes-filter-bar .wp-filter-search { 2070 line-height: 25px;2070 line-height: 1.8; 2071 2071 padding: 6px 10px 6px 30px; 2072 2072 max-width: 100%; 2073 2073 width: 40%; … … 2591 2591 left: 16px; 2592 2592 width: 30px; 2593 2593 height: 30px; 2594 line-height: 2 8px;2594 line-height: 2.1; 2595 2595 text-align: center; 2596 2596 color: #72777c; 2597 2597 } … … 2712 2712 /* Responsive */ 2713 2713 .customize-controls-preview-toggle { 2714 2714 display: none; 2715 }2716 2715 2717 2716 @media only screen and (max-width: 782px) { 2718 2717 .wp-customizer .theme:not(.active):hover .theme-actions, … … 2811 2810 position: absolute; 2812 2811 top: 0; 2813 2812 left: 48px; 2814 line-height: 45px;2813 line-height: 3.2; 2815 2814 font-size: 14px; 2816 2815 padding: 0 12px; 2817 2816 margin: 0;