Merge branch 'feature/dope-layout-5543' of git.icinga.org:icingaweb2 into feature/dope-layout-5543

This commit is contained in:
Bernd Erk 2015-10-01 16:00:08 +02:00
commit c051dbae89
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
</div>
<div class="form" data-base-target="layout">
<?php if ($requiresSetup): ?>
<p class="form-errors"><?= sprintf(
<p class="config-note"><?= sprintf(
$this->translate(
'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'

View File

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