From b1df6a60b40c6341874b0631cb381935bf98286b 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 Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- 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 212967be71..f9cfa6b63e 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.43.2