Ticket #44643: 44643.1.edit.css.diff
File 44643.1.edit.css.diff, 2.0 KB (added by , 6 years ago) |
---|
-
wp-admin/css/edit.css
89 89 90 90 #edit-slug-box, 91 91 #comment-link-box { 92 line-height: 24px;93 min-height: 25px; /* Yes, line-height + 1 */92 line-height: 1.9; 93 min-height: 25px; 94 94 margin-top: 5px; 95 95 padding: 0 10px; 96 96 color: #666; … … 186 186 #side-sortables .add-menu-item-tabs li, 187 187 .wp-tab-bar li { 188 188 display: inline; 189 line-height: 1.35 em;189 line-height: 1.35; 190 190 } 191 191 192 192 .no-js .category-tabs li.hide-if-no-js { … … 419 419 420 420 #timestampdiv select { 421 421 height: 21px; 422 line-height: 1 4px;422 line-height: 1.2; 423 423 padding: 0; 424 424 vertical-align: top; 425 425 font-size: 12px; … … 486 486 487 487 #timestampdiv { 488 488 padding-top: 5px; 489 line-height: 23px;489 line-height: 1.8; 490 490 } 491 491 492 492 #timestampdiv p { … … 579 579 float: left; 580 580 margin-right: 25px; 581 581 font-size: 13px; 582 line-height: 1.8 em;582 line-height: 1.8; 583 583 cursor: default; 584 584 max-width: 100%; 585 585 overflow: hidden; … … 639 639 } 640 640 641 641 #post-visibility-select { 642 line-height: 1.5 em;642 line-height: 1.5; 643 643 margin-top: 3px; 644 644 } 645 645 … … 706 706 707 707 .privacy-text-actions { 708 708 height: 32px; 709 line-height: 32px;709 line-height: 2.5; 710 710 padding-bottom: 6px; 711 711 } 712 712 … … 894 894 } 895 895 896 896 #post-formats-select { 897 line-height: 2 em;897 line-height: 2; 898 898 } 899 899 900 900 #post-formats-select .post-format-icon:before { … … 1032 1032 ul.categorychecklist li { 1033 1033 margin: 0; 1034 1034 padding: 0; 1035 line-height: 22px;1035 line-height: 1.7; 1036 1036 word-wrap: break-word; 1037 1037 } 1038 1038 … … 1242 1242 .trash-undo-inside, 1243 1243 .spam-undo-inside { 1244 1244 margin: 1px 8px 1px 0; 1245 line-height: 1 6px;1245 line-height: 1.3; 1246 1246 } 1247 1247 1248 1248 .spam-undo-inside .avatar, … … 1614 1614 1615 1615 button.wp-switch-editor { 1616 1616 font-size: 16px; 1617 line-height: 1 em;1617 line-height: 1; 1618 1618 margin: 7px 0 0 7px; 1619 1619 padding: 8px 12px; 1620 1620 } … … 1650 1650 1651 1651 #delete-action, 1652 1652 #publishing-action { 1653 line-height: 47px;1653 line-height: 3.65; 1654 1654 } 1655 1655 1656 1656 #publishing-action .spinner {