From f938f30ff922e5073f71cd80a70ad74b7d8f93f5 Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Tue, 11 Mar 2014 17:28:21 +0100 Subject: Fixed strange snapping on refresh. Moving images into img. Now providing font ourselve --- www/static/login.css | 62 ++++++++++++++++++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 24 deletions(-) (limited to 'www/static/login.css') diff --git a/www/static/login.css b/www/static/login.css index ff9e665..0ed0dea 100644 --- a/www/static/login.css +++ b/www/static/login.css @@ -1,4 +1,3 @@ -@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300); /********************************************************* Login-Form **********************************************************/ @@ -7,24 +6,54 @@ div.login-area{ width: 400px; position: relative; top: 50%; - /*transform: translateY(-50%); - -ms-transform: translateY(-50%); - -webkit-transform: translateY(-50%);*/ margin-top: -100px; - margin-left: auto; margin-right: auto; - vertical-align: middle; border: 1px solid #1F3D4C; padding: 10px; + +} + +#login-top-bar{ + display: block; + width: 395px; + height:32px; + padding:0; + margin:0; + border: none; + position: static; + } h1.login-area{ font-size: 32px; font-weight: normal; - display:inline; + line-height: 32px; + padding:0; + float: left; + display: inline-block; +} + +#login-error{ + font-size: 13pt; + background: red; + text-align:right; + float:right; + display: inline-block; + line-height: 26px; + border: 3px solid #1F3D4C; +} + +#logout-message{ + font-size: 13pt; + text-align:right; + float:right; + display: inline-block; + line-height: 26px; + border: 3px solid #1F3D4C; } + form.login-form{ } @@ -44,6 +73,7 @@ input.login-input[type=text], input.login-input[type=password]{ input.login-input:focus{ background: #D6E0E5 } + #button-input{ height: 40px; width: 120px; @@ -54,23 +84,7 @@ input.login-input:focus{ font-size: 25px; margin-top: 15px; } -#recover-password-link{ -} - -#login-error{ - font-size: 13pt; - background: red; - text-align:right; - float:right; - line-height: 32px; - border: 3px solid #1F3D4C; -} +#recover-password-link{ -#logout-message{ - font-size: 13pt; - text-align:right; - float:right; - line-height: 32px; - border: 3px solid #1F3D4C; } -- cgit v1.2.3