Commit | Line | Data |
---|---|---|
3b596c16 OL |
1 | /* tables */ |
2 | table.tablesorter { | |
3 | background-color: #CDCDCD; | |
4 | margin:10px 0pt 15px; | |
5 | width: 100%; | |
6 | text-align: left; | |
7 | } | |
8 | table.tablesorter thead tr th, table.tablesorter tfoot tr th { | |
9 | background-color: #e6EEEE; | |
10 | border: 1px solid #FFF; | |
11 | padding: 4px; | |
12 | } | |
13 | table.tablesorter thead tr .header { | |
14 | background-image: url(../img/bg.gif); | |
15 | background-repeat: no-repeat; | |
16 | background-position: center right; | |
17 | cursor: pointer; | |
18 | } | |
19 | table.tablesorter tbody td { | |
20 | color: #3D3D3D; | |
21 | padding: 4px; | |
22 | background-color: #FFF; | |
23 | vertical-align: top; | |
24 | } | |
25 | table.tablesorter tbody tr.odd td { | |
26 | background-color:#F0F0F6; | |
27 | } | |
28 | table.tablesorter thead tr .headerSortUp { | |
29 | background-image: url(../img/asc.gif); | |
30 | } | |
31 | table.tablesorter thead tr .headerSortDown { | |
32 | background-image: url(../img/desc.gif); | |
33 | } | |
34 | table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { | |
35 | background-color: #8dbdd8; | |
36 | } |