From 557332e37a7f615bafb767d8ba388c5a3a729944 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 10 Apr 2012 11:16:13 +0200 Subject: Lafargue: Add desktop notification feature for WebKit-based browsers. --- static/style/benki.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'static/style') 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; +} -- cgit v1.2.3