1b8761b8f3
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@276 2a923420-c742-0410-a762-8d5b09965624
22 lines
477 B
CSS
22 lines
477 B
CSS
|
|
table.tablesorter .header {
|
|
background-image: url(/img/tsort/bg.png);
|
|
background-repeat: no-repeat;
|
|
border-left: 1px solid #FFF;
|
|
border-right: 1px solid #000;
|
|
border-top: 1px solid #FFF;
|
|
padding-left: 30px;
|
|
padding-top: 8px;
|
|
height: auto;
|
|
}
|
|
|
|
table.tablesorter .headerSortUp {
|
|
background-image: url(/img/tsort/asc.png);
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
table.tablesorter .headerSortDown {
|
|
background-image: url(/img/tsort/desc.png);
|
|
background-repeat: no-repeat;
|
|
}
|