Ticket #44643: 44643.editor.css.diff
File 44643.editor.css.diff, 1.7 KB (added by , 6 years ago) |
---|
-
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.6; 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.9; 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.5; 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.5; 1134 1134 height: 20px; 1135 1135 margin: 5px 0 0 5px; 1136 1136 padding: 3px 8px 4px; … … 1321 1321 /* .button-small is normally 11px, but a bit too small for these buttons. */ 1322 1322 font-size: 12px; 1323 1323 height: 26px; 1324 line-height: 2 4px;1324 line-height: 2; 1325 1325 } 1326 1326 } 1327 1327 … … 1411 1411 height: 36px; 1412 1412 font-size: 18px; 1413 1413 font-weight: 600; 1414 line-height: 36px;1414 line-height: 2; 1415 1415 margin: 0; 1416 1416 padding: 0 36px 0 16px; 1417 1417 } … … 1651 1651 } 1652 1652 1653 1653 #wp-link-cancel { 1654 line-height: 2 5px;1654 line-height: 2; 1655 1655 float: left; 1656 1656 } 1657 1657 1658 1658 #wp-link-update { 1659 line-height: 23px;1659 line-height: 1.9; 1660 1660 float: right; 1661 1661 } 1662 1662 … … 1686 1686 } 1687 1687 1688 1688 #wp-link-cancel { 1689 line-height: 32px;1689 line-height: 2.4; 1690 1690 } 1691 1691 1692 1692 #wp-link .link-target {