Add theme function to draw facet container
[mkdru-moved-to-drupal.org.git] / mkdru.css
1 .node-mkdru div {
2   margin: 1em 0em;
3 }
4
5 .mkdru-search {
6   text-align: center;
7 }
8
9 .mkdru-search input[type='text'] {
10   width: 80%;
11 }
12
13 .mkdru-results {
14   display: none;
15 }
16
17 .mkdru-result-list {
18   margin: 0 !important;
19   padding: 0 !important;
20 }
21
22 .mkdru-result-list li {
23   list-style-type: none;
24   list-style-image: none;
25   background: none;
26   margin: 0;
27   padding: 0;
28 }
29
30 .mkdru-above-below {
31   float: clear;
32   border-style: solid none;
33   border-width: 1px;
34 }
35
36 .mkdru-status {
37   float: right;
38 }
39
40 .mkdru-result a {
41   font-weight: bold;
42 }
43
44 .mkdru-detail {
45   display: none;
46 }
47
48 .mkdru-detail tr.even, tr.odd, tbody th {
49   border-style: none !important;
50 }