diff --git a/inc/Init.class.php b/inc/Init.class.php index b73f6500..93930919 100644 --- a/inc/Init.class.php +++ b/inc/Init.class.php @@ -522,7 +522,7 @@ class Init */ private static function goLogin() { - $controller = new Controller\MainC(); + $controller = new Controller\MainC(null,'login'); $controller->getLogin(); $controller->view(); exit; diff --git a/inc/themes/material-blue/css/styles.css b/inc/themes/material-blue/css/styles.css index e5d50b80..4cef0915 100644 --- a/inc/themes/material-blue/css/styles.css +++ b/inc/themes/material-blue/css/styles.css @@ -196,6 +196,10 @@ a:hover, a:active, a:focus { width: 100%; } +#container.login { + padding-top: 10em; +} + #container.main { position: absolute; top: 0; @@ -1487,7 +1491,7 @@ footer img { #boxLogin { width: 500px; min-height: 150px; - margin: 75px auto; + margin: 0 auto; padding: 3em; background: url("../imgs/logo_full.svg") no-repeat #fff; background-size: 300px auto; @@ -1541,7 +1545,7 @@ footer img { #boxLogout { width: 250px; - margin: 0 auto; + margin: 5em auto 5em auto; font-size: 14px; text-align: center; color: orange; @@ -1552,7 +1556,7 @@ footer img { #boxUpdated { width: 350px; - margin: 0 auto; + margin: 5em auto 5em auto; font-size: 14px; text-align: center; color: green; diff --git a/inc/themes/material-blue/header.inc b/inc/themes/material-blue/header.inc index 53dec776..ab808da4 100644 --- a/inc/themes/material-blue/header.inc +++ b/inc/themes/material-blue/header.inc @@ -4,7 +4,7 @@ <?php echo $appInfo['appname'],' :: ',$appInfo['appdesc']; ?> - + diff --git a/inc/themes/material-blue/js-common.inc b/inc/themes/material-blue/js-common.inc index a385750d..b4bca014 100644 --- a/inc/themes/material-blue/js-common.inc +++ b/inc/themes/material-blue/js-common.inc @@ -1,41 +1,8 @@ + \ No newline at end of file diff --git a/inc/themes/material-blue/users.inc b/inc/themes/material-blue/users.inc index 4b5c493d..101b19e5 100644 --- a/inc/themes/material-blue/users.inc +++ b/inc/themes/material-blue/users.inc @@ -42,7 +42,7 @@ - required> $name): ?> $name): ?>