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