Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 .moin-suggestions { | |
RogerHaase
2014/06/20 14:15:21
add a comment at top to say how this is used
also
| |
2 color: #FF9900; | |
3 display: inline; | |
4 } | |
5 .moin-suggestion-terms { | |
6 font-style: italic; | |
7 display: inline; | |
8 } | |
9 .moin-wordbreak { | |
10 font-size: 1.4em; | |
11 } | |
12 .moin-search-meta { | |
13 color: green; | |
14 } | |
15 .searchstats { | |
16 color: grey; | |
RogerHaase
2014/06/20 14:15:21
gray?
| |
17 } | |
18 #moin-search-query { | |
19 width: 70%; | |
20 border-radius: 5px; | |
21 } | |
22 .searchhitinfobar { | |
23 display: inline; | |
24 } | |
25 .moin-rights-info { | |
26 display: inline; | |
27 float: right; | |
28 } | |
29 .moin-searchoptions > table { | |
30 table-layout: fixed; | |
31 } | |
32 .moin-searchoptions > table > tbody > tr > th { | |
33 padding: 5px; | |
34 text-decoration: underline; | |
35 } | |
36 .moin-searchoptions > table > tbody > tr > td { | |
37 valign: top; | |
38 padding-right: 20px; | |
39 width: 20%; | |
40 } | |
41 .hidden { | |
42 display: none; | |
43 visibility: hidden; | |
44 } | |
OLD | NEW |