summaryrefslogtreecommitdiff
path: root/resources/src/jquery/jquery.tablesorter.css
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-01 15:12:12 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-01 15:12:12 -0400
commitc9aa36da061816dee256a979c2ff8d2ee41824d9 (patch)
tree29f7002b80ee984b488bd047dbbd80b36bf892e9 /resources/src/jquery/jquery.tablesorter.css
parentb4274e0e33eafb5e9ead9d949ebf031a9fb8363b (diff)
parentd1ba966140d7a60cd5ae4e8667ceb27c1a138592 (diff)
Merge branch 'archwiki'
# Conflicts: # skins/ArchLinux.php # skins/ArchLinux/archlogo.gif
Diffstat (limited to 'resources/src/jquery/jquery.tablesorter.css')
-rw-r--r--resources/src/jquery/jquery.tablesorter.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/resources/src/jquery/jquery.tablesorter.css b/resources/src/jquery/jquery.tablesorter.css
new file mode 100644
index 00000000..a88acc09
--- /dev/null
+++ b/resources/src/jquery/jquery.tablesorter.css
@@ -0,0 +1,17 @@
+/* Table Sorting */
+table.jquery-tablesorter th.headerSort {
+ /* @embed */
+ 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 {
+ /* @embed */
+ background-image: url(images/sort_up.gif);
+}
+table.jquery-tablesorter th.headerSortDown {
+ /* @embed */
+ background-image: url(images/sort_down.gif);
+}