Merge "Clean up SpecialFilepath."
[mediawiki.git] / resources / jquery / jquery.tablesorter.css
bloba88acc0909b909769a86a56df2b4ee76e0fefcbd
1 /* Table Sorting */
2 table.jquery-tablesorter th.headerSort {
3 /* @embed */
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;
10 table.jquery-tablesorter th.headerSortUp {
11 /* @embed */
12 background-image: url(images/sort_up.gif);
14 table.jquery-tablesorter th.headerSortDown {
15 /* @embed */
16 background-image: url(images/sort_down.gif);