web/data/cubicweb.facets.css
changeset 368 84a5106840fa
parent 223 1e75cac226df
child 850 b747f1a1ced0
--- a/web/data/cubicweb.facets.css	Thu Jan 08 10:50:30 2009 +0100
+++ b/web/data/cubicweb.facets.css	Thu Jan 08 12:12:40 2009 +0100
@@ -1,60 +1,63 @@
 #filterbox fieldset{
- margin:0px;
- padding:0px;
+ margin: 0px;
+ padding: 0px;
 } 
 
 div.facet {
- margin-bottom:8px;
+ margin-bottom: 8px;
  background: #fff;
  padding: 5px;
+ min-width: 10em;
 }
 
 div.facetTitle, div.bkSearch  {
  font-size: 80%;
- width:220px;
  color: #000;
- margin-bottom:2px;
+ margin-bottom: 2px;
  cursor: pointer; 
  font: bold 100% Georgia;
 }
-div.facetTitle a{ 
+
+div.facetTitle a { 
  padding-left: 10px;
  background: transparent url("puce.png") 0% 50% no-repeat;
  }
 
+div.facetBody {
+}
+
 .opened{  
  color: #000 !important; 
 }
 
-div.owerflowed{
-  height: 10em; 
-  overflow: auto;
+div.overflowed{
+  height: 12em; 
+  overflow-y: auto;
 }
 
 div.facetCheckBox {
-  clear:both;
+  clear: both;
   cursor: pointer;
 }
 
 div.facetCheckBox a {
  text-decoration: none;
- font-size:85%;
+ font-size: 85%;
 }
 
 div.facetValue{
-clear:both
+clear: both
 }
 
 div.facetValue img{
- width:16px; 
- float:left; 
- background:#fff;
+ float: left; 
+ background: #fff;
 }
 
 div.facetValue a {
- margin-left:20px; 
- display:block;
- margin-top:-6px; /* FIXME why do we need this ? */
+ margin-left: 20px; 
+ display: block;
+ margin-top: -6px; /* FIXME why do we need this ? */
 }
 
 div.facetValueSelected a {
@@ -95,10 +98,10 @@
   margin-top: 50px;
   margin-bottom: 1em;
   color: #1190A1;
-  font-size:75%;
-  font-weight:bold;
-  padding:0.15em;
-  text-transform:uppercase;
+  font-size: 75%;
+  font-weight: bold;
+  padding: 0.15em;
+  text-transform: uppercase;
 }