moved padding to sorted headers

This commit is contained in:
Rob Garrison 2012-03-27 17:32:44 -05:00
parent 31562eafc4
commit 8445fd5889
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -18,13 +18,13 @@ table.tablesorter th {
background-color: #e6eeee;
border-collapse: collapse;
font-size: 12px;
padding: 4px 20px 4px 4px;
}
table.tablesorter .header,
table.tablesorter .tablesorter-header {
background-image: url(black-bg.gif);
background-repeat: no-repeat;
background-position: center right;
padding: 4px 20px 4px 4px;
cursor: pointer;
}
table.tablesorter tbody td {