root / drupal7 / modules / search / search.css @ 76597ebf
1 |
|
---|---|
2 |
.search-form {
|
3 |
margin-bottom: 1em; |
4 |
} |
5 |
.search-form input { |
6 |
margin-top: 0; |
7 |
margin-bottom: 0; |
8 |
} |
9 |
.search-results {
|
10 |
list-style: none; |
11 |
} |
12 |
.search-results p { |
13 |
margin-top: 0; |
14 |
} |
15 |
.search-results .title { |
16 |
font-size: 1.2em; |
17 |
} |
18 |
.search-results li { |
19 |
margin-bottom: 1em; |
20 |
} |
21 |
.search-results .search-snippet-info { |
22 |
padding-left: 1em; /* LTR */ |
23 |
} |
24 |
.search-results .search-info { |
25 |
font-size: 0.85em; |
26 |
} |
27 |
.search-advanced .criterion { |
28 |
float: left; /* LTR */ |
29 |
margin-right: 2em; /* LTR */ |
30 |
} |
31 |
.search-advanced .action { |
32 |
float: left; /* LTR */ |
33 |
clear: left; /* LTR */ |
34 |
} |