nytprof run results of /variantgraph/<ID> and /relation/<ID>/relationships
[scpubgit/stemmatology.git] / stemmaweb / nytprof-runs / relation-uuid-relationships / js / style-tablesorter.css
diff --git a/stemmaweb/nytprof-runs/relation-uuid-relationships/js/style-tablesorter.css b/stemmaweb/nytprof-runs/relation-uuid-relationships/js/style-tablesorter.css
new file mode 100644 (file)
index 0000000..e5b844a
--- /dev/null
@@ -0,0 +1,9 @@
+/* tables */
+table.tablesorter thead tr .header {
+    /* background-image: url(bg.png); */
+    background-repeat: no-repeat;
+    background-position: 0% 80%;
+    cursor: pointer;
+}
+table.tablesorter thead tr .headerSortUp   { background-image: url(asc.png); }
+table.tablesorter thead tr .headerSortDown { background-image: url(desc.png); }