From 405b76152eec34c993eb4e20bf18e69cb79c0ec4 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Tue, 24 Sep 2013 14:57:16 -0400 Subject: [PATCH] Fix margins in advanced search tabs for mobile view too Similarly, in the mobile view, do not have a bottom margin separating the tab from the content below. Clean up margin code while we're at it. Signed-off-by: Ben Shum Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- 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 641dfddc1a..bc76713b16 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -1930,9 +1930,7 @@ a.preflib_change { } #adv_search_tabs a{ font-size: [% css_fonts.size_small %]; - margin: 2px; - margin-right: 2px; - margin-bottom: 2px; + margin: 2px 2px 0px 2px; padding: 2px 2px 5px 2px; -moz-border-radius: 10px 0px 0px 0px; border-radius: 7px 7px 0px 0px; -- 2.43.2