mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-08 17:38:26 +01:00
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:
parent
f482b909e6
commit
48a41a6663
@ -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,
|
||||
|
@ -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 * {
|
||||
|
@ -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 * {
|
||||
|
4
wp-admin/css/wp-admin-rtl.min.css
vendored
4
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
4
wp-admin/css/wp-admin.min.css
vendored
4
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user