diff --git src/wp-admin/css/common.css src/wp-admin/css/common.css
index 1e46d9b..cd61cb7 100644
|
|
|
code {
|
| 542 | 542 | |
| 543 | 543 | .widefat thead td.check-column, |
| 544 | 544 | .widefat tfoot td.check-column { |
| 545 | | padding-top: 10px; |
| | 545 | padding-top: 4px; |
| | 546 | vertical-align: middle; |
| 546 | 547 | } |
| 547 | 548 | |
| 548 | 549 | .update-php div.updated, |
diff --git src/wp-admin/css/list-tables.css src/wp-admin/css/list-tables.css
index 4a3dcca..5cfd7b1 100644
|
|
|
div.action-links,
|
| 1815 | 1815 | box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
| 1816 | 1816 | } |
| 1817 | 1817 | |
| 1818 | | .widefat thead .check-column, .widefat tfoot .check-column { |
| 1819 | | padding: 10px 0 10px; |
| | 1818 | .widefat thead td.check-column, |
| | 1819 | .widefat tfoot td.check-column { |
| | 1820 | padding-top: 10px; |
| 1820 | 1821 | } |
| 1821 | 1822 | |
| 1822 | 1823 | .widefat * { |