From f6fbea5a4a1cab03e0fda996b87b0e375978b906 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 24 Sep 2013 01:29:19 -0400 Subject: [PATCH] TPAC: Advanced search - add line break The header and form for numeric search and expert search were being displayed inline with the tabs on the advanced search page; push those down where they should be. Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/css/style.css.tt2 | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index b671d617d4..0c58eea5a7 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -800,6 +800,7 @@ div.result_table_utils_cont { color:[% css_colors.primary_fade %]; padding: 0px 7px 0px 0px; border-bottom: 1px dotted [% css_colors.accent_light %]; + clear: both; } .header_middle a { -- 2.11.0