Increase height of facet headers
authorBen Shum <bshum@biblio.org>
Tue, 24 Sep 2013 20:02:41 +0000 (16:02 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:45:15 +0000 (18:45 -0400)
Because the font size is larger now, the bottom of the facet headers was
getting too close to the text.  Increase size slightly for now.

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 8964e55..c5ff401 100644 (file)
@@ -1025,7 +1025,7 @@ div#facet_sidebar {
 }
 
 .facet_box_temp .header {
-    height: 2em;
+    height: 2.5em;
     overflow:hidden;
     background:[% css_colors.primary %];
     -moz-border-top-left-radius: 5px;