diff options
| author | oweissbarth | 2014-03-11 13:02:36 +0100 |
|---|---|---|
| committer | oweissbarth | 2014-03-11 13:02:58 +0100 |
| commit | 8bc1b7131eed6df556efd1ffcbe9a92f3f60f161 (patch) | |
| tree | aab22bc5a369d81ac4783581a8c10cd7130da729 /www/static/login.css | |
| parent | 7df2c4d16ce7c8ee77e096f4185632b5c0514d76 (diff) | |
| download | files.iamfabulous.de-8bc1b7131eed6df556efd1ffcbe9a92f3f60f161.tar.gz | |
Changed font to something that hopefully scales better. Made login-form input required. Replaced logo png by svg. Added Logout-message.
Diffstat (limited to 'www/static/login.css')
| -rw-r--r-- | www/static/login.css | 13 |
1 files changed, 11 insertions, 2 deletions
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; } |
