Index: trunk/phase3/resources/jquery/jquery.tablesorter.css |
— | — | @@ -0,0 +1,14 @@ |
| 2 | +/* Table Sorting */ |
| 3 | +table.jquery-tablesorter th.headerSort { |
| 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 | + background-image: url(images/sort_up.gif); |
| 12 | +} |
| 13 | +table.jquery-tablesorter th.headerSortDown { |
| 14 | + background-image: url(images/sort_down.gif); |
| 15 | +} |
Property changes on: trunk/phase3/resources/jquery/jquery.tablesorter.css |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 16 | + native |