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:
Scott Taylor 2015-09-18 03:26:26 +00:00
parent 9b7b7f6dde
commit fe6a7e4baa
5 changed files with 5 additions and 5 deletions

View File

@ -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,

View File

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

View File

@ -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.