List tables: Adjust the styles for checkbox column to align better with longer column names.

Props swissspidy.
Fixes #32825.

git-svn-id: https://develop.svn.wordpress.org/trunk@33928 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-09-05 23:15:57 +00:00
parent 07861df743
commit 038a2c3b7a
2 changed files with 5 additions and 3 deletions

View File

@ -539,7 +539,8 @@ code {
.widefat thead td.check-column,
.widefat tfoot td.check-column {
padding-top: 10px;
padding-top: 4px;
vertical-align: middle;
}
.update-php div.updated,

View File

@ -1902,8 +1902,9 @@ div.action-links,
color: #dc3232;
}
.widefat thead .check-column, .widefat tfoot .check-column {
padding: 10px 0 10px;
.widefat thead td.check-column,
.widefat tfoot td.check-column {
padding-top: 10px;
}
.widefat * {