List Tables: ensure that sortable list table column headers have the same padding/line-height as non-sortable headers.
Props drozdz. Fixes #27945. Built from https://develop.svn.wordpress.org/trunk@34276 git-svn-id: http://core.svn.wordpress.org/trunk@34240 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9b7b7f6dde
commit
fe6a7e4baa
|
@ -595,7 +595,7 @@ th.sortable a,
|
||||||
th.sorted a {
|
th.sorted a {
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 7px 10px 8px 7px;
|
padding: 8px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fixed .column-comments.sortable a,
|
.fixed .column-comments.sortable a,
|
||||||
|
|
|
@ -595,7 +595,7 @@ th.sortable a,
|
||||||
th.sorted a {
|
th.sorted a {
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 7px 7px 8px 10px;
|
padding: 8px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fixed .column-comments.sortable a,
|
.fixed .column-comments.sortable a,
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.4-alpha-34275';
|
$wp_version = '4.4-alpha-34276';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue