Index: trunk/phase3/resources/jquery/jquery.tablesorter.css |
— | — | @@ -1,17 +1,17 @@ |
2 | 2 | /* Table Sorting */ |
3 | 3 | table.jquery-tablesorter th.headerSort { |
4 | 4 | /* @embed */ |
5 | | - background-image: url(images/sort_both.gif); |
6 | | - cursor: pointer; |
7 | | - background-repeat: no-repeat; |
8 | | - background-position: center right; |
9 | | - padding-right: 21px; |
| 5 | + background-image: url(images/sort_both.gif); |
| 6 | + cursor: pointer; |
| 7 | + background-repeat: no-repeat; |
| 8 | + background-position: center right; |
| 9 | + padding-right: 21px; |
10 | 10 | } |
11 | 11 | table.jquery-tablesorter th.headerSortUp { |
12 | 12 | /* @embed */ |
13 | | - background-image: url(images/sort_up.gif); |
| 13 | + background-image: url(images/sort_up.gif); |
14 | 14 | } |
15 | 15 | table.jquery-tablesorter th.headerSortDown { |
16 | 16 | /* @embed */ |
17 | | - background-image: url(images/sort_down.gif); |
| 17 | + background-image: url(images/sort_down.gif); |
18 | 18 | } |