summaryrefslogtreecommitdiff
path: root/static/style
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-04-10 11:16:13 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-04-10 11:16:13 +0200
commit557332e37a7f615bafb767d8ba388c5a3a729944 (patch)
tree2dd1a541a136b05ba0a5fa10997b4580e87cf9d6 /static/style
parent0691218f525e2546448613863c8bd684f80c297f (diff)
Lafargue: Add desktop notification feature for WebKit-based browsers.
Diffstat (limited to 'static/style')
-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;
+}