summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css14
1 files changed, 11 insertions, 3 deletions
diff --git a/misc/drupal.css b/misc/drupal.css
index 1ef38157f..1aef606a1 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -11,6 +11,7 @@ th {
}
fieldset {
margin-bottom: 1em;
+ padding: .5em;
}
#tracker table {
border-collapse: collapse;
@@ -256,6 +257,10 @@ tr.dark {
tr.light {
background-color: #eee;
}
+tr.dark td, tr.light td {
+ padding-left: .4em;
+ padding-right: .4em;
+}
pre {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
@@ -315,8 +320,8 @@ td.watchdog-message {
border: 1px solid #ddd;
}
td.watchdog-special {
- background: #a9f;
- border: 1px solid #87d;
+ background: #ccf;
+ border: 1px solid #99c;
}
td.watchdog-warning {
background: #fa2;
@@ -330,4 +335,7 @@ td.watchdog-error {
background: #e44;
border: 1px solid #c22;
}
-
+hr {
+ height: 1px;
+ border: 1px solid gray;
+} \ No newline at end of file