diff options
Diffstat (limited to 'www/static/login.css')
| -rw-r--r-- | www/static/login.css | 62 |
1 files changed, 38 insertions, 24 deletions
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; } |
