Cleanup of z39.50 search form, addition of checkall js. Addition of tablesorter js...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index 37e079e..725faac 100644 (file)
@@ -1481,3 +1481,16 @@ ul#i18nMenu li.more ul li a {
        color : #999;
        font-style : italic;
 }
+/* Tablesorter */
+.header {
+       background-image:url("../../img/ascdesc.gif");
+       background-position:right center;
+       background-repeat:no-repeat;
+       cursor:pointer;
+}
+.headerSortUp {
+       background-image:url("../../img/asc.gif");
+}
+.headerSortDown {
+       background-image:url("../../img/desc.gif");
+}
\ No newline at end of file