From c0536b1ed6ff1d4b9e449ec5925c93091999e425 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 22 Oct 2008 18:11:31 -0500 Subject: [PATCH] followup 5 to renewal limit override With removal of content_hidden CSS class from the circ templates, undoing change to staff-global.css Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index 1fa02b23d4..fe946eb719 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -761,11 +761,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 { -- 2.39.2