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

git-svn-id: http://svn.automattic.com/wordpress/trunk@16472 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu
2010-11-18 21:39:22 +00:00
parent a216b1ed8f
commit d5b3719be8
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;