From: Kathy Lussier Date: Tue, 24 Sep 2013 11:32:28 +0000 (-0400) Subject: Restore fines, checkout, and holds tabs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c8092bb134397d37ab4075a54e8c966a6cd58368;p=working%2FEvergreen.git Restore fines, checkout, and holds tabs These display well as tabs since there are only two tabs to display. Probably inadvisable to replace these tabs with menus as we did in other places because there are already menus on these screens to perform actions on selected checkouts/holds. Signed-off-by: Kathy Lussier --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 7e28d2221e..722f336268 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -1746,7 +1746,7 @@ a.preflib_change { margin: 0px 5px 0px 0px; } #acct_fines_tabs { - display: none; + height: 15px; } #acct_select, #acct_prefs_select { @@ -1757,12 +1757,6 @@ a.preflib_change { display:none; } - #acct_checked_tabs { - display:none; - } - #acct_holds_tabs { - display: none; - } #dash_wrapper div { background: transparent; padding: 0px;