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