From 5875faaa6f5e52dffccfa9599533691aee630f97 Mon Sep 17 00:00:00 2001 From: nuxsmin Date: Fri, 31 Jul 2015 14:05:56 +0200 Subject: [PATCH] * [MOD] Line separators --- inc/Init.class.php | 2 +- inc/themes/material-blue/css/styles.css | 10 +- inc/themes/material-blue/header.inc | 2 +- inc/themes/material-blue/js-common.inc | 99 +------------------ inc/themes/material-blue/js/functions.js | 117 ++++++++++++++++++++++- inc/themes/material-blue/login.inc | 8 +- inc/themes/material-blue/users.inc | 49 +--------- js/js.php | 33 ++----- js/strings.js.php | 63 ++++++++++++ web/MainC.class.php | 1 + 10 files changed, 203 insertions(+), 181 deletions(-) create mode 100644 js/strings.js.php 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): ?>