web/data/cubicweb.facets.css
branchstable
changeset 2116 344ca533ee9d
parent 850 b747f1a1ced0
child 5910 432c657ebfec
equal deleted inserted replaced
2115:c48ff1d0acc4 2116:344ca533ee9d
     1 #filterbox fieldset{
     1 #filterbox fieldset{
     2  margin: 0px;
     2  margin: 0px;
     3  padding: 0px;
     3  padding: 0px;
     4 } 
     4 }
     5 
     5 
     6 div.facet {
     6 div.facet {
     7  margin-bottom: 8px;
     7  margin-bottom: 8px;
     8  background: #fff;
     8  background: #fff;
     9  padding: 5px;
     9  padding: 5px;
    12 
    12 
    13 div.facetTitle, div.bkSearch  {
    13 div.facetTitle, div.bkSearch  {
    14  font-size: 80%;
    14  font-size: 80%;
    15  color: #000;
    15  color: #000;
    16  margin-bottom: 2px;
    16  margin-bottom: 2px;
    17  cursor: pointer; 
    17  cursor: pointer;
    18  font: bold 100% Georgia;
    18  font: bold 100% Georgia;
    19 }
    19 }
    20 
    20 
    21 div.facetTitle a { 
    21 div.facetTitle a {
    22  padding-left: 10px;
    22  padding-left: 10px;
    23  background: transparent url("puce.png") 0% 50% no-repeat;
    23  background: transparent url("puce.png") 0% 50% no-repeat;
    24  }
    24  }
    25 
    25 
    26 div.facetBody {
    26 div.facetBody {
    27 }
    27 }
    28 
    28 
    29 .opened{  
    29 .opened{
    30  color: #000 !important; 
    30  color: #000 !important;
    31 }
    31 }
    32 
    32 
    33 div.overflowed{
    33 div.overflowed{
    34   height: 12em; 
    34   height: 12em;
    35   overflow-y: auto;
    35   overflow-y: auto;
    36 }
    36 }
    37 
    37 
    38 div.facetCheckBox {
    38 div.facetCheckBox {
    39   clear: both;
    39   clear: both;
    48 div.facetValue{
    48 div.facetValue{
    49 clear: both
    49 clear: both
    50 }
    50 }
    51 
    51 
    52 div.facetValue img{
    52 div.facetValue img{
    53  float: left; 
    53  float: left;
    54  background: #fff;
    54  background: #fff;
    55 }
    55 }
    56 
    56 
    57 div.facetValue a {
    57 div.facetValue a {
    58  margin-left: 20px; 
    58  margin-left: 20px;
    59  display: block;
    59  display: block;
    60  margin-top: -6px; /* FIXME why do we need this ? */
    60  margin-top: -6px; /* FIXME why do we need this ? */
    61 }
    61 }
    62 
    62 
    63 div.facetValueSelected a {
    63 div.facetValueSelected a {
    76 div#filter_box {
    76 div#filter_box {
    77   border: none;
    77   border: none;
    78 }
    78 }
    79 
    79 
    80 
    80 
    81 div.facetCheckBox{ 
    81 div.facetCheckBox{
    82  line-height:0.8em;
    82  line-height:0.8em;
    83  }
    83  }
    84 
    84 
    85 .facet input{ 
    85 .facet input{
    86  margin-top:3px;
    86  margin-top:3px;
    87  border:1px solid #ccc;
    87  border:1px solid #ccc;
    88  font-size:11px;
    88  font-size:11px;
    89  }
    89  }
    90 
    90