cirandas.net

ref: master

plugins/pg_search/public/style.scss


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.facet {
  position: relative;
  padding-bottom: 10px;

  .clear-facet {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 16px;
    height: 16px;
    color: transparent;
    text-decoration: none;
  }

  .facet-option {
    padding: 4px 5px 2px 20px;
    position: relative;

    input {
      left: 0;
      top: 1px;
      position: absolute;
    }

    label {
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
  }

  .facet-refine {
    width: 100%;
    padding: 2px 0px;
    border: 1px solid #ccc;
    text-indent: 4px;
    position: relative;
    top: -5px;
  }

  .undefined-value label {
    opacity: 0.3;
  }

  .facets-block {
    max-height: 200px;
    overflow: auto;
  }
}

.period {
  position: relative;
  padding-bottom: 10px;

  label {
    display: inline-block;
    width: 49%;

    &:first-child {
      margin-right: 2%;
    }

    input {
      width: 100%;
      padding: 2px 0px;
      border: 1px solid #ccc;
      text-align: center;
    }
  }
}


.facet-count {
  font-size: 10px;
  color: #888a85;
  margin-left: 5px;
}

#facets h1 {
  text-align: center;
}