Changeset 33098
- Timestamp:
- 07/06/2015 11:29:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/list-tables.css
r33016 r33098 1734 1734 .wp-list-table th:not(.column-primary), 1735 1735 .wp-list-table th:not(.column-primary), 1736 .wp-list-table tr:not(.inline-edit-row) td:not(.column-primary):not(.check-column) {1736 .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary):not(.check-column) { 1737 1737 display: none; 1738 } 1739 1740 .wp-list-table thead th.column-primary { 1741 width: 100%; 1738 1742 } 1739 1743 … … 1748 1752 } 1749 1753 1750 .wp-list-table tr:not(.inline-edit-row) td:not(.check-column) {1754 .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) { 1751 1755 position: relative; 1752 1756 clear: both; … … 1759 1763 } 1760 1764 1761 .wp-list-table tr:not(.inline-edit-row) td:not(.column-primary):not(.check-column) {1765 .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary):not(.check-column) { 1762 1766 padding: 3px 8px 3px 35%; 1763 1767 } 1764 1768 1765 .wp-list-table tr:not(.inline-edit-row) td:not(.column-primary)::before {1769 .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before { 1766 1770 position: absolute; 1767 1771 left: 10px; /* match padding of regular table cell */
Note: See TracChangeset
for help on using the changeset viewer.