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 <galen.charlton@liblime.com>
This commit is contained in:
parent
2186eae294
commit
c0536b1ed6
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue