# HG changeset patch # User Katia Saurfelt # Date 1229594630 -3600 # Node ID 1e75cac226df740b57dddb19d3e58515ae06fb24 # Parent 21aecf9239c92e9cc914329b182afcc7c90cc86c small rearrangement for facets diff -r 21aecf9239c9 -r 1e75cac226df web/data/cubicweb.facets.css --- 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; }