From 71bbf73478fad7dad4ee2b3c8ca019d095acc3a2 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Tue, 24 Sep 2013 16:02:41 -0400 Subject: [PATCH] Increase height of facet headers 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 --- Open-ILS/src/templates/opac/css/style.css.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 8964e552a4..c5ff401dc1 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -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; -- 2.11.0