Follow up to r98665.
[lhc/web/wiklou.git] / resources / jquery / jquery.tablesorter.css
1 /* Table Sorting */
2 table.jquery-tablesorter th.headerSort {
3 background-image: url(images/sort_both.gif);
4 cursor: pointer;
5 background-repeat: no-repeat;
6 background-position: center right;
7 padding-right: 21px;
8 }
9 table.jquery-tablesorter th.headerSortUp {
10 background-image: url(images/sort_up.gif);
11 }
12 table.jquery-tablesorter th.headerSortDown {
13 background-image: url(images/sort_down.gif);
14 }