followup 5 to renewal limit override
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 22 Oct 2008 23:11:31 +0000 (18:11 -0500)
committerChris Cormack <chris@bigballofwax.co.nz>
Fri, 4 Sep 2009 02:05:20 +0000 (14:05 +1200)
With removal of content_hidden CSS class from
the circ templates, undoing change to staff-global.css

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

index 2518524..ff7d1a1 100644 (file)
@@ -765,11 +765,13 @@ fieldset.rows .inputnote {
        background-color : #FFFF99;
 }
 .content_hidden {
+    visibility:hidden; /* you propably don't need to change this one */
     display:none;
 }
 
 /* the property for the displayed tab */
 .content_visible {
+    visibility:visible; /* you propably don't need to change this one */
     display:block;
 }
 #newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #neworder a {