Ticket #46511: 46511.1.diff
File 46511.1.diff, 2.1 KB (added by , 4 years ago) |
---|
-
src/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.84615384; 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.16666666; 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.76923076; 490 490 } 491 491 492 492 #timestampdiv p { … … 580 580 float: left; 581 581 margin-right: 25px; 582 582 font-size: 13px; 583 line-height: 1.8 em;583 line-height: 1.8; 584 584 cursor: default; 585 585 max-width: 100%; 586 586 overflow: hidden; … … 640 640 } 641 641 642 642 #post-visibility-select { 643 line-height: 1.5 em;643 line-height: 1.5; 644 644 margin-top: 3px; 645 645 } 646 646 … … 707 707 708 708 .privacy-text-actions { 709 709 height: 32px; 710 line-height: 32px;710 line-height: 2.46153846; 711 711 padding-bottom: 6px; 712 712 } 713 713 … … 882 882 } 883 883 884 884 #post-formats-select { 885 line-height: 2 em;885 line-height: 2; 886 886 } 887 887 888 888 #post-formats-select .post-format-icon::before { … … 990 990 ul.categorychecklist li { 991 991 margin: 0; 992 992 padding: 0; 993 line-height: 22px;993 line-height: 1.69230769; 994 994 word-wrap: break-word; 995 995 } 996 996 … … 1200 1200 .trash-undo-inside, 1201 1201 .spam-undo-inside { 1202 1202 margin: 1px 8px 1px 0; 1203 line-height: 1 6px;1203 line-height: 1.23076923; 1204 1204 } 1205 1205 1206 1206 .spam-undo-inside .avatar, … … 1570 1570 1571 1571 button.wp-switch-editor { 1572 1572 font-size: 16px; 1573 line-height: 1 em;1573 line-height: 1; 1574 1574 margin: 7px 0 0 7px; 1575 1575 padding: 8px 12px; 1576 1576 } … … 1606 1606 1607 1607 #delete-action, 1608 1608 #publishing-action { 1609 line-height: 47px;1609 line-height: 3.61538461; 1610 1610 } 1611 1611 1612 1612 #publishing-action .spinner {