summaryrefslogtreecommitdiff
path: root/resources/jquery/jquery.tablesorter.css
blob: 87719810bab587488846916a25695e31b075763e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Table Sorting */
table.jquery-tablesorter th.headerSort {
	/* @embed */
	background-image: url(images/sort_both.gif) !important;
	cursor: pointer;
	background-repeat: no-repeat !important;
	background-position: center right !important;
	padding-right: 21px !important;
}
table.jquery-tablesorter th.headerSortUp {
	/* @embed */
	background-image: url(images/sort_up.gif) !important;
}
table.jquery-tablesorter th.headerSortDown {
	/* @embed */
	background-image: url(images/sort_down.gif) !important;
}