filter checkboxes client-side
[MojoFacets.git] / public / mojo_facets.css
1 .count {
2         color: #aaa;
3 }
4 .count:before {
5         content: "(";
6 }
7 .count:after {
8         content: ")";
9 }
10
11 /* index columns */
12 span.c {
13         background: #eee;
14         font-size: 70%;
15         padding: 0 0.5em;
16 }
17 span.f {
18         font-weight: bold;
19 }
20 span.h {
21         color: #666;
22 }
23
24 .admin {
25         background: #ffc;
26         padding: 0.25em;
27 }
28
29 .admin .active {
30         font-weight: bold;
31 }
32
33 .debug {
34         color: #aaa;
35 }
36
37 .debug:hover {
38         color: #000;
39 }
40
41 li label:hover, td label:hover {
42         background: #ff8;
43 }       
44
45 td label {
46         white-space: nowrap;
47 }
48
49
50 div.col_opts {
51         font-size: 70%;
52 }
53
54 .chart {
55         float: right;
56         position: relative;
57 }
58
59 .labels-x,
60 .labels-y {
61         position: absolute;
62         left: 0;
63         top: 0;
64         list-style: none;
65         margin: 0;
66         padding: 0;
67         width: 100%;
68         height: 100%;
69 }
70
71 .labels-x li,
72 .labels-y li {
73         position: absolute;
74         bottom: 0;
75         color: #555;
76         font-size: 75%;
77 }
78
79 .labels-y li span.line {
80         position: absolute;
81         border: 0 solid #ccc;
82 }
83 .labels-x li {
84         margin-top: 5px;
85         bottom: -1.5em;
86 }
87 .labels-y li {
88         width: 100%;
89 }
90 .labels-y li span.label {
91         right: 100%;
92         position: absolute;
93         margin-right: 5px;
94 }
95 .labels-y li span.line {
96         border-top-width: 1px;
97         width: 100%;
98 }
99
100 label.included {
101         color: #080;
102 }
103
104 label.excluded {
105         color: #800;
106 }