Changeset 45462
- Timestamp:
- 05/29/2019 04:04:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/edit.css
r45389 r45462 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; … … 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 … … 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; … … 487 487 #timestampdiv { 488 488 padding-top: 5px; 489 line-height: 23px;489 line-height: 1.76923076; 490 490 } 491 491 … … 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%; … … 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 } … … 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 } … … 883 883 884 884 #post-formats-select { 885 line-height: 2 em;885 line-height: 2; 886 886 } 887 887 … … 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 } … … 1205 1205 .spam-undo-inside { 1206 1206 margin: 1px 8px 1px 0; 1207 line-height: 1 6px;1207 line-height: 1.23076923; 1208 1208 } 1209 1209 … … 1575 1575 button.wp-switch-editor { 1576 1576 font-size: 16px; 1577 line-height: 1 em;1577 line-height: 1; 1578 1578 margin: 7px 0 0 7px; 1579 1579 padding: 8px 12px; … … 1611 1611 #delete-action, 1612 1612 #publishing-action { 1613 line-height: 47px;1613 line-height: 3.61538461; 1614 1614 } 1615 1615
Note: See TracChangeset
for help on using the changeset viewer.