Changeset 45477
- Timestamp:
- 05/30/2019 12:44:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/editor.css
r45172 r45477 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; … … 676 676 text-shadow: none; 677 677 padding: 0; 678 line-height: 26px;678 line-height: 1.85714285; 679 679 } 680 680 … … 796 796 width: 18px; 797 797 height: 22px; 798 line-height: 22px;798 line-height: 1.57142857; 799 799 } 800 800 … … 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; … … 838 838 .qt-dfw { 839 839 color: #555d66; 840 line-height: 20px;840 line-height: 1; 841 841 width: 28px; 842 842 height: 26px; … … 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; … … 1329 1329 font-size: 12px; 1330 1330 height: 26px; 1331 line-height: 2 4px;1331 line-height: 2; 1332 1332 } 1333 1333 } … … 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; … … 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 } … … 1694 1694 1695 1695 #wp-link-cancel { 1696 line-height: 32px;1696 line-height: 2.46153846; 1697 1697 } 1698 1698
Note: See TracChangeset
for help on using the changeset viewer.