web/data/cubicweb.facets.css
branchstable
changeset 7849 7937cf60f2ce
parent 7402 826e5663a686
child 7943 ad0581296e2c
--- a/web/data/cubicweb.facets.css	Fri Sep 23 14:56:13 2011 +0200
+++ b/web/data/cubicweb.facets.css	Fri Sep 23 15:05:09 2011 +0200
@@ -15,7 +15,7 @@
  color: #000;
  margin-bottom: 2px;
  cursor: pointer;
- font: bold 100% Georgia;
+ font: %(facet_titleFont)s;
 }
 
 div.facetTitle a {
@@ -30,8 +30,8 @@
  color: #000 !important;
 }
 
-div.overflowed{
-  height: 12em;
+div.overflowed {
+  height: %(facet_overflowedHeight)s;
   overflow-y: auto;
 }