login: Fix layout of the config warning

refs #5543
This commit is contained in:
Johannes Meyer 2015-10-01 15:44:28 +02:00
parent f3531ca6df
commit 2e5e2b3133
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
</div> </div>
<div class="form" data-base-target="layout"> <div class="form" data-base-target="layout">
<?php if ($requiresSetup): ?> <?php if ($requiresSetup): ?>
<p class="form-errors"><?= sprintf( <p class="config-note"><?= sprintf(
$this->translate( $this->translate(
'It appears that you did not configure Icinga Web 2 yet so it\'s not possible to log in without any defined ' 'It appears that you did not configure Icinga Web 2 yet so it\'s not possible to log in without any defined '
. 'authentication method. Please define a authentication method by following the instructions in the' . 'authentication method. Please define a authentication method by following the instructions in the'

View File

@ -138,7 +138,7 @@
margin: 0 auto 2.5em; margin: 0 auto 2.5em;
text-align: center; text-align: center;
color: white; color: white;
background-color: @colorCritical; background-color: @color-critical;
a { a {
color: @text-color-inverted; color: @text-color-inverted;