1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Login-page footer styling fix.

This commit is contained in:
Cameron
2017-02-09 12:04:39 -08:00
parent e4b801e12b
commit 90a5077fe2
3 changed files with 7 additions and 5 deletions

View File

@@ -126,9 +126,9 @@ $LOGIN_TEMPLATE['page']['body'] .= '
';
$LOGIN_TEMPLATE['page']['footer'] = "
<div style='margin-bottom:100px; margin-right:auto;margin-left:auto'>
<div style='text-align:right'><p>{LOGIN_TABLE_SIGNUP_LINK}</p></div>
<div style='text-align:right'><p>{LOGIN_TABLE_FPW_LINK}</p></div>
<div class='login-page-footer'>
<div class='login-page-signup-link'><p>{LOGIN_TABLE_SIGNUP_LINK}</p></div>
<div class='login-page-fpw-link'><p>{LOGIN_TABLE_FPW_LINK}</p></div>
</div>
</div>";

View File

@@ -52,7 +52,7 @@ class e_menu
protected $_current_parms = array();
/**
* Params of all active menus.
* Params of all active menus.
* @var array
*/
protected $_menu_parms = array();

View File

@@ -338,4 +338,6 @@ div.e-debug { margin-top:50px; background-color: white }
#login-template { max-width: 330px; margin-right: auto; margin-left: auto; }
#login-template h2.caption { text-align:center; font-size:120%; opacity:0.8 }
#login-template .logo { padding-top:50px; margin-left:auto; margin-right: auto }
#login-template .logo { padding-top:50px; margin-left:auto; margin-right: auto }
#login-template .login-page-footer { margin-bottom:100px; margin-right:auto;margin-left:auto }
div.login-page-signup-link, div.login-page-fpw-link { text-align:center }