Correct the alignment of sortable list table headers. Fixes #26131, props jeremyfelt.

Built from https://develop.svn.wordpress.org/trunk@26424


git-svn-id: http://core.svn.wordpress.org/trunk@26324 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-26 22:55:11 +00:00
parent bc4a8f6494
commit 2205a0885a
4 changed files with 4 additions and 4 deletions

View File

@ -3542,7 +3542,7 @@ th.sortable a,
th.sorted a {
display: block;
overflow: hidden;
padding: 7px 7px 8px;
padding: 7px 10px 8px 7px;
}
.fixed .column-comments.sortable a,

File diff suppressed because one or more lines are too long

View File

@ -3542,7 +3542,7 @@ th.sortable a,
th.sorted a {
display: block;
overflow: hidden;
padding: 7px 7px 8px;
padding: 7px 7px 8px 10px;
}
.fixed .column-comments.sortable a,

File diff suppressed because one or more lines are too long