From: Ben Shum Date: Tue, 24 Sep 2013 18:16:21 +0000 (-0400) Subject: Fix tab button margins X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=51cba9000bbb7138aba2ca8dd7633ce61633e31c;p=evergreen%2Fpines.git 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 --- 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;