aboutsummaryrefslogtreecommitdiff
path: root/css/search.css
blob: 71f9d78a568086ccc9b9a2214e78fa8331e97b14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* $Id$ */
.search-form {
  margin: 2em 0 1em 0;
}
.search-form input {
  margin-top: 0;
  margin-bottom: 0;
}
.search-results {
  list-style: none;
}
.search-advanced .criterion {
  float: left; /* LTR */
  margin-right: 2em; /* LTR */
}
.search-advanced .action {
  float: left; /* LTR */
  clear: left; /* LTR */
}
p.search-info {
  text-align: right;
  color: #666;
  font-size: 0.846em;
  font-style: italic;
  margin-bottom: 0;
}
.search-results {
  margin: 0;
}
.search-result {
  border: solid 1px #e6e4e2;
  margin: 0 0 1em 0;
  padding: 1em;
}
.search-result h3.title {
  margin-top: 0;
}