Changes to support a jquery based tablesorter for the Ward Callings page
[eq/.git] / inc / jquery / jquery.tablesorter.css
1 th.headerSort { 
2     background-image: url(../../images/tablesorter_bg.gif);     
3     cursor: pointer; 
4     font-weight: bold; 
5     background-repeat: no-repeat; 
6     background-position: center left; 
7     padding-left: 20px; 
8     border-right: 1px solid #dad9c7; 
9     margin-left: -1px; 
10
11
12 th.headerSortUp {
13     background-image: url(../../images/tablesorter_asc.gif);
14 }
15
16 th.headerSortDown {
17     background-image: url(../../images/tablesorter_desc.gif);
18 }
19