summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-07-13 13:14:25 +0000
committerDries Buytaert <dries@buytaert.net>2006-07-13 13:14:25 +0000
commit1c75a210bdf85afeee33952fd50c1951999fecb4 (patch)
tree340e364ba1ea0e4f41c2cd7c80e66543caff8304 /misc
parente4e416d1f7037dbee8e06096a6c41368d011599c (diff)
downloadbrdo-1c75a210bdf85afeee33952fd50c1951999fecb4.tar.gz
brdo-1c75a210bdf85afeee33952fd50c1951999fecb4.tar.bz2
- Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo et al: an initial install system for Drupal core.
Diffstat (limited to 'misc')
-rw-r--r--misc/maintenance.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/maintenance.css b/misc/maintenance.css
index de8e5be21..032d56c37 100644
--- a/misc/maintenance.css
+++ b/misc/maintenance.css
@@ -6,6 +6,7 @@ body {
border: 1px solid #bbb;
margin: 3em;
padding: 1em 1em 1em 128px;
+ line-height: 1.2;
}
h1 {
margin: 1.6em 0 1.1em 0;
@@ -28,8 +29,15 @@ div.messages {
margin-top: 1em;
}
+div.messages li {
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+}
+
div.error {
+ background: #fdd;
border: 1px solid #daa;
+ color: #400;
}
/* Update styles */