Fixing bug that caused all items in checked-out list to show up as overdue; Reformatt...
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index 7b8444d..acc0cd8 100644 (file)
@@ -8,6 +8,10 @@ a:hover {
        color : #669ACC;
 }
 
+a.overdue,.overdue {
+       color : #cc0000;
+}
+
 body {
        text-align : left;
        padding:0 0 2.5em 0;
@@ -197,7 +201,11 @@ td {
 th {
        background-color : #E8E8E8;
        font-weight : bold;
-       padding : .2em 23px;
+       text-align : center;
+}
+
+#editions table, #editions td {
+       border : 0;
 }
 
 tr.highlight td, td.highlight {
@@ -1476,3 +1484,17 @@ 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;
+       padding : .2em 23px;
+}
+.headerSortUp {
+       background-image:url("../../img/asc.gif");
+}
+.headerSortDown {
+       background-image:url("../../img/desc.gif");
+}
\ No newline at end of file