wiki.techinc.nl/resources/jquery/jquery.tablesorter.css

18 lines
440 B
CSS
Raw Normal View History

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