Merge "Fixed dependencies for jquery.collapsibleTabs"
[lhc/web/wiklou.git] / resources / jquery / jquery.tablesorter.css
1 /* Table Sorting */
2 table.jquery-tablesorter th.headerSort {
3 /* @embed */
4 background-image: url(images/sort_both.gif);
5 cursor: pointer;
6 background-repeat: no-repeat;
7 background-position: center right;
8 padding-right: 21px;
9 }
10 table.jquery-tablesorter th.headerSortUp {
11 /* @embed */
12 background-image: url(images/sort_up.gif);
13 }
14 table.jquery-tablesorter th.headerSortDown {
15 /* @embed */
16 background-image: url(images/sort_down.gif);
17 }