summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-02-28 13:25:21 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-02-28 13:25:21 +0100
commit54ef041091b8b2518f73459762d229b63ce6113e (patch)
tree2152a7801da94def793710d4ba8f99d179d39c10 /static
parent168dd2fa9a7a37c0e0dc299a15577c3ec7c0ba33 (diff)
Book Marx: Show the login status in the upper right-hand corner.
Diffstat (limited to 'static')
-rw-r--r--static/style/benki.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/style/benki.css b/static/style/benki.css
new file mode 100644
index 0000000..3904f47
--- /dev/null
+++ b/static/style/benki.css
@@ -0,0 +1,19 @@
+#login-message {
+ text-align: right;
+ position: absolute;
+ right: 0;
+ top: 0;
+ outline: solid 1px #000;
+ margin: 1em;
+ font-style: oblique;
+}
+
+.logged-in-as {
+ padding: 0.5em 1em 0.5em 1em;
+ background-color: green;
+}
+
+.not-logged-in {
+ padding: 0.5em 1em 0.5em 1em;
+ background-color: yellow;
+}