diff --git a/core/css/guest.css b/core/css/guest.css index be8b2a604c7..689eb45d65f 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -70,9 +70,16 @@ h3 { background-size: 175px; background-position: center; width: 252px; - height: 120px; + min-height: 120px; + max-height: 200px; margin: 0 auto; } + +#header .logo img { + opacity: 0; + max-width: 100%; + max-height: 200px; +} .wrapper { min-height: 100%; margin: 0 auto -70px; diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index 1e2559d6960..1f38aaef5f9 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -40,6 +40,9 @@

getName()); ?>

+ getConfig()->getAppValue('theming', 'logoMime', false)): ?> + +