Changes between Initial Version and Version 1 of Ticket #44313, comment 1
- Timestamp:
- 06/05/2018 08:14:10 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44313, comment 1
initial v1 33 33 }}} 34 34 35 and change the rule for `.tablenav #changeit` to add whitespace to its right, as in: 36 37 {{{#!css 38 .tablenav #changeit, .tablenav #delete_all, .tablenav #clear-recent-list, .wp-filter #delete_all { 39 margin-right: 16px; 40 margin-top: 1px; 41 } 42 }}} 43 35 44 but that may have unintended consequences on other admin screens.