Merge branch 'owenleonard/ht_sandbox' of git@github.com:apippin/tc into ht_sandbox
[eq/.git] / inc / jquery / jquery.tablesorter.css
diff --git a/inc/jquery/jquery.tablesorter.css b/inc/jquery/jquery.tablesorter.css
new file mode 100644 (file)
index 0000000..96b2dbb
--- /dev/null
@@ -0,0 +1,19 @@
+th.headerSort { 
+    background-image: url(../../images/tablesorter_bg.gif);     
+    cursor: pointer; 
+    font-weight: bold; 
+    background-repeat: no-repeat; 
+    background-position: center left; 
+    padding-left: 20px; 
+    border-right: 1px solid #dad9c7; 
+    margin-left: -1px; 
+} 
+
+th.headerSortUp {
+    background-image: url(../../images/tablesorter_asc.gif);
+}
+
+th.headerSortDown {
+    background-image: url(../../images/tablesorter_desc.gif);
+}
+