From: Dan Scott Date: Tue, 24 Sep 2013 13:53:34 +0000 (-0400) Subject: TPAC: Clear line for initial advanced search tab X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=64776b44b39a60aed9e67ee1aa418df9e8677ece;p=evergreen%2Fequinox.git 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 --- 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;