summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/style.css b/www/style.css
index 6d9091a..0e6db18 100644
--- a/www/style.css
+++ b/www/style.css
@@ -80,13 +80,14 @@ a.logo:hover{
Login-Form
**********************************************************/
div.login-area{
- height: auto;
+ height: 200px;
width: 400px;
position: relative;
top: 50%;
- transform: translateY(-50%);
+ /*transform: translateY(-50%);
-ms-transform: translateY(-50%);
- -webkit-transform: translateY(-50%);
+ -webkit-transform: translateY(-50%);*/
+ margin-top: -100px;
margin-left: auto;
margin-right: auto;