From 1ffaaf2be9fb2e287ff0ec1c058bfde0e55c99e7 Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Tue, 11 Mar 2014 01:41:59 +0100 Subject: Added login error handeling --- www/static/login.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'www/static') diff --git a/www/static/login.css b/www/static/login.css index 6bd8a5e..2a81a0d 100644 --- a/www/static/login.css +++ b/www/static/login.css @@ -19,7 +19,9 @@ div.login-area{ } h1.login-area{ + font-size: 32px; font-weight: 200; + display:inline; } form.login-form{ @@ -54,3 +56,12 @@ input.login-input:focus{ #recover-password-link{ } + +#login-error{ + font-size: 13pt; + background: red; + text-align:right; + float:right; + line-height: 32px; + outline: 3px solid #1F3D4C; +} -- cgit v1.2.3