web/data/cubicweb.facets.css
changeset 11057 0b59724cb3f2
parent 11052 058bb3dc685f
child 11058 23eb30449fe5
equal deleted inserted replaced
11052:058bb3dc685f 11057:0b59724cb3f2
     1 #filterbox fieldset{
       
     2  margin: 0px;
       
     3  padding: 0px;
       
     4 }
       
     5 
       
     6 .facet {
       
     7   border: 1px solid chocolate;
       
     8   background: #fff;
       
     9   padding: %(facet_Padding)s;
       
    10   margin-bottom: %(facet_MarginBottom)s;
       
    11   border-top-left-radius: 5px;
       
    12   border-bottom-right-radius: 7px;
       
    13 }
       
    14 
       
    15 .facetGroup {
       
    16   margin: .3em;
       
    17   float: left;
       
    18 }
       
    19 
       
    20 div.facetTitle, div.bkSearch  {
       
    21  color: #000;
       
    22  margin: 2px;
       
    23  cursor: pointer;
       
    24  font-weight: bold;
       
    25  font: %(facet_titleFont)s;
       
    26 }
       
    27 
       
    28 div.facetTitle a {
       
    29  padding-left: 10px;
       
    30  background: transparent url("puce.png") 0% 50% no-repeat;
       
    31 }
       
    32 
       
    33 .opened {
       
    34  color: #000 !important;
       
    35 }
       
    36 
       
    37 .facetGroup div.rangeFacet {
       
    38   width: 13em;
       
    39 }
       
    40 
       
    41 .facetGroup div.vocabularyFacet {
       
    42   /* when facets spread on several lines, it can relieve the eye
       
    43      to have them vertically aligned; these properties should
       
    44      be used then  */
       
    45   /* width: 13em; */
       
    46 }
       
    47 
       
    48 div.vocabularyFacet {
       
    49   max-height: %(facet_vocabMaxHeight)s;
       
    50   overflow-y: auto;
       
    51   overflow-x: hidden;
       
    52 }
       
    53 
       
    54 div.facetCheckBox {
       
    55   clear: both;
       
    56   cursor: pointer;
       
    57   text-decoration: none;
       
    58 }
       
    59 
       
    60 div.facetValue{
       
    61   padding-left: 2px;
       
    62   clear: both
       
    63 }
       
    64 
       
    65 div.facetValue img {
       
    66   float: left;
       
    67   background: #fff;
       
    68 }
       
    69 
       
    70 div.facetValueSelected {
       
    71   background: #EBE8D9;
       
    72 }
       
    73 
       
    74 #leftcol label {
       
    75   color: #523015;
       
    76 }
       
    77 
       
    78 div#filter_box div.boxTitle {
       
    79   visibility: hidden;
       
    80   display: none;
       
    81 }
       
    82 
       
    83 div#filter_box {
       
    84   border: none;
       
    85 }
       
    86 
       
    87 .facet input {
       
    88   margin-top: .2em;
       
    89   border: 1px solid #ccc;
       
    90   font-size: small;
       
    91 }
       
    92 
       
    93 .facetValueDisabled span {
       
    94   font-style: italic;
       
    95   text-decoration: line-through;
       
    96 }
       
    97 
       
    98 div#filterboxTitle {
       
    99   margin-top: 50px;
       
   100   margin-bottom: 1em;
       
   101   color: #1190A1;
       
   102   font-size: 75%;
       
   103   padding: 0.15em;
       
   104   text-transform: uppercase;
       
   105 }
       
   106 
       
   107 div#facetLoading {
       
   108   display: none;
       
   109   position: fixed;
       
   110   background: #f2f2f2;
       
   111   top: 400px;
       
   112   width: 200px;
       
   113   padding: 1em;
       
   114   font-size:      120%;
       
   115   font-weight:    bold;
       
   116   text-align:     center;
       
   117 }
       
   118 
       
   119 div.facetTitleSelected {
       
   120   background: url("required.png") no-repeat right top;
       
   121 }
       
   122 
       
   123 .filter {
       
   124   background-color: #EBE8D9;
       
   125   border: dotted grey 1px;
       
   126   display: inline-block;
       
   127 }