Make entire sortable header clickable. Props batmoo. Fixes #15352

git-svn-id: https://develop.svn.wordpress.org/trunk@16472 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu
2010-11-18 21:39:22 +00:00
parent 14d7d29453
commit 62b4cd2ec7
4 changed files with 8 additions and 5 deletions

View File

@@ -1361,13 +1361,17 @@ table.fixed {
.sorting-indicator {
display: none;
float: left;
width: 21px;
height: 4px;
margin-top: 5px;
}
th.sortable a, th.sorted-asc a, th.sorted-desc a {
display: block;
overflow: hidden;
}
th.sortable a span, th.sorted-asc a span, th.sorted-desc a span {
float: left;
cursor: pointer;
}
th.sorted-asc .sorting-indicator, th.sorted-desc:hover .sorting-indicator, th.sortable:hover .sorting-indicator {
display: block;