Follow up to r98665.
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Sun, 2 Oct 2011 16:06:19 +0000 (16:06 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Sun, 2 Oct 2011 16:06:19 +0000 (16:06 +0000)
Forgot to add the new css file.

resources/jquery/jquery.tablesorter.css [new file with mode: 0644]

diff --git a/resources/jquery/jquery.tablesorter.css b/resources/jquery/jquery.tablesorter.css
new file mode 100644 (file)
index 0000000..42f360c
--- /dev/null
@@ -0,0 +1,14 @@
+/* Table Sorting */
+table.jquery-tablesorter th.headerSort {
+        background-image: url(images/sort_both.gif);
+        cursor: pointer;
+        background-repeat: no-repeat;
+        background-position: center right;
+        padding-right: 21px;
+}
+table.jquery-tablesorter th.headerSortUp {
+        background-image: url(images/sort_up.gif);
+}
+table.jquery-tablesorter th.headerSortDown {
+        background-image: url(images/sort_down.gif);
+}