Skip to content

Commit

Permalink
login: Fix layout of the config warning
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
Johannes Meyer committed Oct 1, 2015
1 parent f3531ca commit 2e5e2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/views/scripts/authentication/login.phtml
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion public/css/icinga/login.less
Expand Up @@ -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;
Expand Down

0 comments on commit 2e5e2b3

Please sign in to comment.