Use the new default settings login_body_top and login_body_left

This commit is contained in:
FusionPBX 2021-06-15 15:43:58 -06:00 committed by GitHub
parent d8c52bc63d
commit d63e9e210c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1160,8 +1160,8 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
#default_login {
position: fixed;
top: 50%;
left: 50%;
top: <?php echo ($_SESSION['theme']['login_body_top']['text'] != '') ? $_SESSION['theme']['login_body_top']['text'] : '50%'; ?>;
left: <?php echo ($_SESSION['theme']['login_body_left']['text'] != '') ? $_SESSION['theme']['login_body_left']['text'] : '50%'; ?>;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);