summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/drupal.css b/misc/drupal.css
index 5b7492900..42eb7ddbd 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -383,6 +383,31 @@ img.screenshot {
display: block;
margin: 2px;
}
+.search-form {
+ margin-bottom: 1em;
+}
+.search-form p {
+ margin-top: 0;
+ margin-bottom: 0.2em;
+ padding-top: 0;
+ padding-bottom: 0;
+}
+.search-form input {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+.search-results p {
+ margin-top: 0;
+}
+.search-results dt {
+ font-size: 1.1em;
+}
+.search-results dd {
+ margin-bottom: 1em;
+}
+.search-results .search-info {
+ font-size: 0.85em;
+}
#tracker td.replies {
text-align: center;
}