Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1708)

Side by Side Diff: MoinMoin/static/css/common.css

Issue 109730047: Improved search GUI (Closed)
Patch Set: Changed Or in _filter to Or and And Created 10 years, 10 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
(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 }
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b