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

Props swissspidy.
Fixes #32825.
Built from https://develop.svn.wordpress.org/trunk@33928


git-svn-id: http://core.svn.wordpress.org/trunk@33897 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-09-05 23:16:23 +00:00
parent f482b909e6
commit 48a41a6663
7 changed files with 15 additions and 11 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

@ -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 * {

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 * {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-33927';
$wp_version = '4.4-alpha-33928';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.