From 8bc1b7131eed6df556efd1ffcbe9a92f3f60f161 Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Tue, 11 Mar 2014 13:02:36 +0100 Subject: Changed font to something that hopefully scales better. Made login-form input required. Replaced logo png by svg. Added Logout-message. --- www/static/login.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'www/static/login.css') diff --git a/www/static/login.css b/www/static/login.css index 2a81a0d..549e307 100644 --- a/www/static/login.css +++ b/www/static/login.css @@ -1,3 +1,4 @@ +@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300); /********************************************************* Login-Form **********************************************************/ @@ -20,7 +21,7 @@ div.login-area{ h1.login-area{ font-size: 32px; - font-weight: 200; + font-weight: normal; display:inline; } @@ -63,5 +64,13 @@ input.login-input:focus{ text-align:right; float:right; line-height: 32px; - outline: 3px solid #1F3D4C; + border: 3px solid #1F3D4C; +} + +#logout-message{ + font-size: 13pt; + text-align:right; + float:right; + line-height: 32px; + border: 3px solid #1F3D4C; } -- cgit v1.2.3