LoginView: Add wrapper to position logo correctly
This commit is contained in:
parent
155bc0f0c2
commit
235c0c1321
application/views/scripts/authentication
|
@ -9,7 +9,7 @@
|
||||||
. ' Chrome, Safari and Firefox.'
|
. ' Chrome, Safari and Firefox.'
|
||||||
) ?>
|
) ?>
|
||||||
</div>
|
</div>
|
||||||
<div id="icinga-logo" class="invert" aria-hidden="true"></div>
|
<div class="logo-wrapper"><div id="icinga-logo" class="invert" aria-hidden="true"></div></div>
|
||||||
<?php if ($requiresSetup): ?>
|
<?php if ($requiresSetup): ?>
|
||||||
<p class="config-note"><?= sprintf(
|
<p class="config-note"><?= sprintf(
|
||||||
$this->translate(
|
$this->translate(
|
||||||
|
|
Loading…
Reference in New Issue