From 54ef041091b8b2518f73459762d229b63ce6113e Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 28 Feb 2012 13:25:21 +0100 Subject: Book Marx: Show the login status in the upper right-hand corner. --- static/style/benki.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 static/style/benki.css (limited to 'static') 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; +} -- cgit v1.2.3