mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-12-05 05:04:20 +00:00
moved padding to sorted headers
This commit is contained in:
parent
31562eafc4
commit
8445fd5889
Binary file not shown.
@ -18,13 +18,13 @@ table.tablesorter th {
|
|||||||
background-color: #e6eeee;
|
background-color: #e6eeee;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 4px 20px 4px 4px;
|
|
||||||
}
|
}
|
||||||
table.tablesorter .header,
|
table.tablesorter .header,
|
||||||
table.tablesorter .tablesorter-header {
|
table.tablesorter .tablesorter-header {
|
||||||
background-image: url(black-bg.gif);
|
background-image: url(black-bg.gif);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center right;
|
background-position: center right;
|
||||||
|
padding: 4px 20px 4px 4px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
table.tablesorter tbody td {
|
table.tablesorter tbody td {
|
||||||
|
Loading…
Reference in New Issue
Block a user