From 51cba9000bbb7138aba2ca8dd7633ce61633e31c Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Tue, 24 Sep 2013 14:16:21 -0400 Subject: [PATCH] Fix tab button margins Remove a hanging 10px margin that made the advanced search tabs and my account tabs appear as though they were floating over the contents they were connected with. 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 | 2 +- 1 file changed, 1 insertion(+), 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 76b9b64d56..641dfddc1a 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -266,7 +266,7 @@ span.dash_divider { text-align: center; vertical-align: middle; display: block; - margin: 10px 7px 10px 0px; + margin: 10px 7px 0px 0px; padding: 10px 0px 10px 0px; -moz-border-radius: 10px 10px 0px 0px; border-radius: 10px 10px 0px 0px; -- 2.43.2