From c8092bb134397d37ab4075a54e8c966a6cd58368 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Tue, 24 Sep 2013 07:32:28 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/css/style.css.tt2 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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; -- 2.11.0