2011-11-08 21:38:06 +00:00
|
|
|
/* Table Sorting */
|
2011-10-02 16:06:19 +00:00
|
|
|
table.jquery-tablesorter th.headerSort {
|
2011-10-06 12:51:32 +00:00
|
|
|
/* @embed */
|
2011-11-08 21:38:06 +00:00
|
|
|
background-image: url(images/sort_both.gif);
|
2011-10-06 12:58:38 +00:00
|
|
|
cursor: pointer;
|
2011-11-08 21:38:06 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center right;
|
|
|
|
|
padding-right: 21px;
|
2011-10-02 16:06:19 +00:00
|
|
|
}
|
|
|
|
|
table.jquery-tablesorter th.headerSortUp {
|
2011-10-06 12:51:32 +00:00
|
|
|
/* @embed */
|
2011-11-08 21:38:06 +00:00
|
|
|
background-image: url(images/sort_up.gif);
|
2011-10-02 16:06:19 +00:00
|
|
|
}
|
|
|
|
|
table.jquery-tablesorter th.headerSortDown {
|
2011-10-06 12:51:32 +00:00
|
|
|
/* @embed */
|
2011-11-08 21:38:06 +00:00
|
|
|
background-image: url(images/sort_down.gif);
|
2011-10-02 16:06:19 +00:00
|
|
|
}
|