Ticket #46528: 46528.1.diff
File 46528.1.diff, 1.8 KB (added by , 4 years ago) |
---|
-
src/wp-includes/css/editor.css
464 464 465 465 .mce-toolbar .mce-listbox button { 466 466 font-size: 13px; 467 line-height: 20px;467 line-height: 1.53846153; 468 468 padding-left: 6px; 469 469 padding-right: 20px; 470 470 } … … 675 675 color: #fff; 676 676 text-shadow: none; 677 677 padding: 0; 678 line-height: 26px;678 line-height: 1.85714285; 679 679 } 680 680 681 681 .mce-window .mce-btn { … … 795 795 .mce-charmap td div { 796 796 width: 18px; 797 797 height: 22px; 798 line-height: 22px;798 line-height: 1.57142857; 799 799 } 800 800 801 801 /* TinyMCE tooltips */ … … 826 826 827 827 .mce-toolbar .mce-ico { 828 828 color: #555d66; 829 line-height: 20px;829 line-height: 1; 830 830 width: 20px; 831 831 height: 20px; 832 832 text-align: center; … … 837 837 838 838 .qt-dfw { 839 839 color: #555d66; 840 line-height: 20px;840 line-height: 1; 841 841 width: 28px; 842 842 height: 26px; 843 843 text-align: center; … … 1130 1130 color: #666; 1131 1131 cursor: pointer; 1132 1132 font-size: 13px; 1133 line-height: 1 9px;1133 line-height: 1.46153846; 1134 1134 height: 20px; 1135 1135 margin: 5px 0 0 5px; 1136 1136 padding: 3px 8px 4px; … … 1328 1328 /* .button-small is normally 11px, but a bit too small for these buttons. */ 1329 1329 font-size: 12px; 1330 1330 height: 26px; 1331 line-height: 2 4px;1331 line-height: 2; 1332 1332 } 1333 1333 } 1334 1334 … … 1418 1418 height: 36px; 1419 1419 font-size: 18px; 1420 1420 font-weight: 600; 1421 line-height: 36px;1421 line-height: 2; 1422 1422 margin: 0; 1423 1423 padding: 0 36px 0 16px; 1424 1424 } … … 1658 1658 } 1659 1659 1660 1660 #wp-link-cancel { 1661 line-height: 25px;1661 line-height: 1.92307692; 1662 1662 float: left; 1663 1663 } 1664 1664 1665 1665 #wp-link-update { 1666 line-height: 23px;1666 line-height: 1.76923076; 1667 1667 float: right; 1668 1668 } 1669 1669 … … 1693 1693 } 1694 1694 1695 1695 #wp-link-cancel { 1696 line-height: 32px;1696 line-height: 2.46153846; 1697 1697 } 1698 1698 1699 1699 #wp-link .link-target {