From 751fdd48a5765286ffadfba67ba8b007afe8ed7f Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 24 Sep 2013 13:04:56 -0400 Subject: [PATCH] TPAC: Retain advanced search tabs via overflow:auto At small widths, the advanced search tabs could be forced to escape the search tab header in a displeasing fashion. Also, the background bar that provides context for the selected tab had been lost - and overflow:auto fixes that. Thanks to Dan Wells for the suggestion. Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/css/style.css.tt2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 87741f4189..09eacb6206 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -258,6 +258,7 @@ span.dash_divider { #adv_search_tabs, #acct_tabs, #acct_fines_tabs, #acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs, #results_header_inner{ margin-left: 2px; + overflow: auto; } #adv_search_tabs a, #acct_tabs a, #acct_fines_tabs a, #acct_checked_tabs a, #acct_holds_tabs a, #acct_prefs_tabs a { @@ -1938,9 +1939,6 @@ a.preflib_change { .bookshelf table thead tr { display: block; } - #adv_search_tabs { - height: 25px; - } #adv_search_tabs a{ font-size: [% css_fonts.size_small %]; margin: 2px; -- 2.11.0