summaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
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;
+}