From 64776b44b39a60aed9e67ee1aa418df9e8677ece Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 24 Sep 2013 09:53:34 -0400 Subject: [PATCH] TPAC: Clear line for initial advanced search tab The initial advanced search tab was being rendered right beside the tabs instead of underneath them; fix in the same way we fixed the numeric and expert tabs previously. Signed-off-by: Dan Scott Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- Open-ILS/src/templates/opac/css/style.css.tt2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index f9cfa6b63e..e79506e76f 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -1376,7 +1376,10 @@ table.bookbag-specific { .save-notes { padding-bottom: 1.5ex; } /* Moved from semiauto.css */ -.adv_global_input_container { border-bottom: none; } +.adv_global_input_container { + border-bottom: none; + clear: both; +} .opac-auto-013 { border-bottom: none; *height: 0px; -- 2.43.2