Restructuring branchtransfers.tmpl to use two-column layout for input and messages...
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index d9fd732..0bbc5c0 100644 (file)
@@ -722,7 +722,7 @@ fieldset.rows .inputnote {
     visibility:visible; /* you propably don't need to change this one */
     display:block;
 }
-#addbiblio a, #addchild a {
+#addbiblio a, #addchild a, #newentry a {
        padding-left : 34px;
        background-image: url("/intranet-tmpl/prog/img/toolbar-new.gif");
        background-position : center left;
@@ -810,4 +810,13 @@ tr.highlight td {
 #circ_circulation_issue div.hint {
        color : #666666;
        margin: .2em 0;
+}
+
+tr.expired td {
+       color : #999999;
+}
+
+span.expired {
+       color : #990000;
+       font-style : italic;
 }
\ No newline at end of file