Ticket #44643: 44643.admin-bar.css.diff
File 44643.admin-bar.css.diff, 2.8 KB (added by , 6 years ago) |
---|
-
wp-includes/css/admin-bar.css
10 10 font-size: 13px; 11 11 font-weight: 400; 12 12 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 13 line-height: 32px;13 line-height: 2.5; 14 14 border-radius: 0; 15 15 box-sizing: content-box; 16 16 transition: none; … … 83 83 font-size: 13px; 84 84 font-weight: 400; 85 85 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 86 line-height: 32px;86 line-height: 2.5; 87 87 height: 32px; 88 88 position: fixed; 89 89 top: 0; … … 187 187 #wpadminbar .quicklinks .menupop.hover ul li .ab-item, 188 188 #wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item, 189 189 #wpadminbar .shortlink-input { 190 line-height: 2 6px;190 line-height: 2; 191 191 height: 26px; 192 192 white-space: nowrap; 193 193 min-width: 140px; … … 466 466 padding: 0; 467 467 border: 1px solid #82878c; 468 468 background: #eee; 469 line-height: 24px;469 line-height: 1.9; 470 470 vertical-align: middle; 471 471 margin: -4px 0 0 6px; 472 472 float: none; … … 625 625 z-index: 30; 626 626 font-size: 13px; 627 627 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 628 line-height: 24px;628 line-height: 1.9; 629 629 text-indent: 0; 630 630 height: 24px; 631 631 width: 24px; … … 798 798 font-size: 14px; 799 799 font-weight: 400; 800 800 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 801 line-height: 32px;801 line-height: 2.4; 802 802 } 803 803 804 804 #wpadminbar .quicklinks > ul > li > a, 805 805 #wpadminbar .quicklinks .ab-empty-item { 806 806 padding: 0; 807 807 height: 46px; 808 line-height: 46px;808 line-height: 3.2; 809 809 width: auto; 810 810 } 811 811 … … 832 832 text-overflow: clip; 833 833 } 834 834 835 #wpadminbar .quicklinks .menupop ul li .ab-item, 836 #wpadminbar .quicklinks .menupop ul li a strong, 837 #wpadminbar .quicklinks .menupop.hover ul li .ab-item, 838 #wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item, 839 #wpadminbar .shortlink-input { 840 line-height: 1.6; 841 } 842 835 843 #wpadminbar .ab-label { 836 844 display: none; 837 845 } … … 936 944 /* New Content */ 937 945 #wpadminbar #wp-admin-bar-new-content .ab-icon:before { 938 946 top: 0; 939 line-height: 53px;947 line-height: 1.35; 940 948 height: 46px !important; 941 949 text-align: center; 942 950 width: 52px; … … 961 969 display: block; 962 970 font-size: 34px; 963 971 height: 46px; 964 line-height: 47px;972 line-height: 1.4; 965 973 top: 0; 966 974 } 967 975 … … 998 1006 #wpadminbar #wp-admin-bar-user-info .display-name { 999 1007 height: auto; 1000 1008 font-size: 16px; 1001 line-height: 24px;1009 line-height: 1.5; 1002 1010 color: #eee; 1003 1011 } 1004 1012