Ticket #44643: 44643.list-tables.css.diff
File 44643.list-tables.css.diff, 1.7 KB (added by , 6 years ago) |
---|
-
wp-admin/css/list-tables.css
58 58 background-color: #72777c; 59 59 color: #fff; 60 60 font-size: 11px; 61 line-height: 2 1px;61 line-height: 2; 62 62 text-align: center; 63 63 } 64 64 … … 109 109 background: #ca4a1f; 110 110 color: #fff; 111 111 font-size: 9px; 112 line-height: 1 7px;112 line-height: 1.9; 113 113 text-align: center; 114 114 } 115 115 … … 393 393 } 394 394 395 395 #commentsdiv .inside .row-actions { 396 line-height: 1 8px;396 line-height: 1.4; 397 397 } 398 398 399 399 #commentsdiv .inside .column-author { … … 451 451 top: -4px; 452 452 left: -8px; 453 453 color: #444; 454 line-height: 10px;454 line-height: 0.5; 455 455 position: relative; 456 456 vertical-align: top; 457 457 -webkit-font-smoothing: antialiased; … … 706 706 width: 28px; 707 707 height: 28px; 708 708 text-align: center; 709 line-height: 24px;709 line-height: 1.9; 710 710 text-decoration: none; 711 711 } 712 712 … … 967 967 968 968 .inline-edit-row fieldset.inline-edit-date select { 969 969 margin: 1px; 970 line-height: 2 8px;970 line-height: 2; 971 971 } 972 972 973 973 .inline-edit-row fieldset label span.input-text-wrap, … … 1161 1161 } 1162 1162 1163 1163 .plugins td.desc { 1164 line-height: 1.5 em;1164 line-height: 1.5; 1165 1165 } 1166 1166 1167 1167 .plugins .desc ul, … … 1492 1492 } 1493 1493 1494 1494 .plugin-card .column-rating { 1495 line-height: 23px;1495 line-height: 1.8; 1496 1496 } 1497 1497 1498 1498 .plugin-card .column-rating, … … 1661 1661 .view-switch a { 1662 1662 width: 36px; 1663 1663 height: 36px; 1664 line-height: 33px;1664 line-height: 2.6; 1665 1665 } 1666 1666 1667 1667 /* Pagination */ … … 1712 1712 min-width: 44px; 1713 1713 padding: 12px 6px; 1714 1714 font-size: 16px; 1715 line-height: 1 8px;1715 line-height: 1.15; 1716 1716 } 1717 1717 1718 1718 /* WP List Table Adjustments: General */