summaryrefslogtreecommitdiff
path: root/static/style/benki.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style/benki.css')
-rw-r--r--static/style/benki.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/static/style/benki.css b/static/style/benki.css
index 3904f47..c60e170 100644
--- a/static/style/benki.css
+++ b/static/style/benki.css
@@ -1,4 +1,4 @@
-#login-message {
+#notifications {
text-align: right;
position: absolute;
right: 0;
@@ -17,3 +17,15 @@
padding: 0.5em 1em 0.5em 1em;
background-color: yellow;
}
+
+.bad {
+ background-color: yellow;
+}
+
+.good {
+ background-color: green;
+}
+
+.notification {
+ padding: 0.5em 1em 0.5em 1em;
+}