Default Login: Adjust height of background box to accommodate domain input/select box (if present).

This commit is contained in:
Nate Jones
2014-07-27 03:11:21 +00:00
parent fe88bc9070
commit 866b2bb4b7

View File

@@ -109,7 +109,7 @@ DIV#default_login {
#default_login_container {
display: block;
width: 300px;
height: 267px;
height: <?php echo ($_SESSION['login']['domain_name.visible']['boolean']) ? '300px' : '267px'; ?>;
<?php
if (
isset($_SESSION['theme']['background_image']['text']) ||