display filter and count+select link for facets
[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