Increase height of facet headers
authorBen Shum <bshum@biblio.org>
Tue, 24 Sep 2013 20:02:41 +0000 (16:02 -0400)
committerBen Shum <bshum@biblio.org>
Tue, 24 Sep 2013 20:03:29 +0000 (16:03 -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>
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;