aboutsummaryrefslogtreecommitdiffstats
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index b4925da..ac2b6e2 100644
--- a/css/style.css
+++ b/css/style.css
@@ -156,9 +156,15 @@ table.editform td {
div.editform {
text-align: center;
}
-.ack {
+.success {
font-weight: bold;
color: #32CD32;
+ text-align: center;
+}
+.fail {
+ font-weight: bold;
+ color: #FF0040;
+ text-align: center;
}
.description {
text-align: justify;