Fix tab button margins
authorBen Shum <bshum@biblio.org>
Tue, 24 Sep 2013 18:16:21 +0000 (14:16 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:45:15 +0000 (18:45 -0400)
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 <bshum@biblio.org>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/css/style.css.tt2

index 76b9b64..641dfdd 100644 (file)
@@ -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;