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:
parent
07861df743
commit
038a2c3b7a
@ -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,
|
||||
|
@ -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 * {
|
||||
|
Loading…
Reference in New Issue
Block a user