Fix margins in advanced search tabs for mobile view too
authorBen Shum <bshum@biblio.org>
Tue, 24 Sep 2013 18:57:16 +0000 (14:57 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:45:15 +0000 (18:45 -0400)
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 <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 641dfdd..bc76713 100644 (file)
@@ -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;