web/data/cubicweb.facets.css
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 09 Nov 2011 15:06:03 +0100
changeset 8067 3841d8793efb
parent 7943 ad0581296e2c
child 8093 3efb83e4e8f3
permissions -rw-r--r--
[facets] reenable facet hiding (was lost in the previous refactoring)

#filterbox fieldset{
 margin: 0px;
 padding: 0px;
}

div.facet {
 background: #fff;
 padding: 5px;
 margin: .3em!important;
}

div.facetTitle, div.bkSearch  {
 color: #000;
 margin-bottom: 2px;
 cursor: pointer;
 font-weight: bold;
 font: %(facet_titleFont)s;
}

div.facetTitle a {
 padding-left: 10px;
 background: transparent url("puce.png") 0% 50% no-repeat;
}

.opened {
 color: #000 !important;
}

div.vocabularyFacetBody {
  height: %(facet_overflowedHeight)s;
}

div.vocabularyFacetBodyWithLogicalSelector {
  height: %(facet_overflowedHeightWithLogicalSelector)s;
}

div.vocabularyFacet {
  overflow-y: auto;
  overflow-x: hidden;
}

div.facetCheckBox {
  clear: both;
  cursor: pointer;
  text-decoration: none;
}

div.facetValue{
  padding-left: 2px;
  clear: both
}

div.facetValue img {
  float: left;
  background: #fff;
}

div.facetValueSelected {
  background: #EBE8D9;
}

#leftcol label {
  color: #523015;
}

div#filter_box div.boxTitle {
  visibility: hidden;
  display: none;
}

div#filter_box {
  border: none;
}

.facet input{
 margin-top:3px;
 border:1px solid #ccc;
 font-size:11px;
}

.facetValueDisabled span {
  font-style: italic;
  text-decoration: line-through;
}

div#filterboxTitle {
  margin-top: 50px;
  margin-bottom: 1em;
  color: #1190A1;
  font-size: 75%;
  padding: 0.15em;
  text-transform: uppercase;
}

div#facetLoading {
  display: none;
  position: fixed;
  background: #f2f2f2;
  top: 400px;
  width: 200px;
  padding: 1em;
  font-size:      120%;
  font-weight:    bold;
  text-align:     center;
}

div.facetTitleSelected {
  background: url("required.png") no-repeat right top;
}

table.filter {
  background-color: #EBE8D9;
  border: dotted grey 1px;
}