Default Login: Adjust height of background box to accommodate domain input/select box (if present).
This commit is contained in:
parent
fe88bc9070
commit
866b2bb4b7
|
|
@ -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']) ||
|
||||
|
|
|
|||
Loading…
Reference in New Issue