summaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-01-28 23:08:36 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-01-28 23:08:36 +0000
commita79cf75ab3ad3c1dc892fe4d09762996c11611c7 (patch)
treedee4d6e5ef28a0ad22702156d89a4d02a76804f4 /html/style.css
parent112774f08d4bc970feaa7a56074e5acaf76e5154 (diff)
moved message boxes to top
Diffstat (limited to 'html/style.css')
-rw-r--r--html/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css
index 1ab5e04..33707db 100644
--- a/html/style.css
+++ b/html/style.css
@@ -620,3 +620,15 @@ pre.content {
table.nowrap td.wrap {
white-space: normal;
}
+
+p.error-message,
+p.ok-message {
+ text-align: center;
+ padding: 5px;
+}
+p.ok-message {
+ background-color: #8F8;
+}
+p.error-message {
+ background-color: #FF8888;
+}