diff --git a/themes/default/css.php b/themes/default/css.php index 2248336453..2813e77e85 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -217,6 +217,18 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; } + div#footer_login { + position: absolute; + left: 0; + right: 0; + bottom: 0; + width: 100%; + background: ; + text-align: center; + vertical-align: middle; + padding: 8px; + } + .footer { font-size: 11px; font-family: arial; @@ -653,7 +665,13 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; /* DOMAIN SELECTOR: END ********************************************************/ #default_login { - display: inline-block; + position: fixed; + top: 50%; + left: 50%; + -moz-transform: translate(-50%, -50%); + -webkit-transform: translate(-50%, -50%); + -khtml-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); padding: ; background: ; @@ -671,6 +689,11 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; box-shadow: ; } + #login_logo { + width: 250px; + height: auto; + } + a.login_link { color: ; font-size: ; diff --git a/themes/default/template.php b/themes/default/template.php index df52c7a220..7d44082bae 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -531,26 +531,13 @@ else { $logo = (isset($_SESSION['theme']['logo']['text'])) ? $_SESSION['theme']['logo']['text'] : PROJECT_PATH."/themes/default/images/logo.png"; ?> -
- - - - - - - -
-
-
- -
-
- -
+
+
+ +
+ -