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