web/data/cubicweb.facets.css
changeset 223 1e75cac226df
parent 206 9b7085d8fb2e
child 368 84a5106840fa
--- a/web/data/cubicweb.facets.css	Fri Dec 12 10:10:30 2008 +0100
+++ b/web/data/cubicweb.facets.css	Thu Dec 18 11:03:50 2008 +0100
@@ -12,12 +12,15 @@
 div.facetTitle, div.bkSearch  {
  font-size: 80%;
  width:220px;
- color: #AFB0B0;
- border-bottom: 1px solid #AFB0B0; /* AFB0B0 #2297A8; */
+ color: #000;
  margin-bottom:2px;
- text-transform: uppercase;
- cursor: pointer;
+ cursor: pointer; 
+ font: bold 100% Georgia;
 }
+div.facetTitle a{ 
+ padding-left: 10px;
+ background: transparent url("puce.png") 0% 50% no-repeat;
+ }
 
 .opened{  
  color: #000 !important; 
@@ -78,8 +81,7 @@
 
 .facet input{ 
  margin-top:3px;
- background:#EDEFEF;
- border:1px solid gray;
+ border:1px solid #ccc;
  font-size:11px;
  }