Ticket #33313: 33313.2.diff
File 33313.2.diff, 934 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/css/list-tables.css
1764 1764 font-size: 14px; 1765 1765 } 1766 1766 1767 .wp-list-table th:not(.column-primary), 1768 .wp-list-table th:not(.column-primary), 1769 .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary):not(.check-column) { 1767 .wp-list-table th.column-primary ~ th, 1768 .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) { 1770 1769 display: none; 1771 1770 } 1772 1771 … … 1795 1794 padding-right: 50px; /* space for toggle button */ 1796 1795 } 1797 1796 1798 .wp-list-table tr:not(.inline-edit-row):not(.no-items) td :not(.column-primary):not(.check-column) {1797 .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) { 1799 1798 padding: 3px 8px 3px 35%; 1800 1799 } 1801 1800