From 2e5e2b3133b0015319bb17cf825173e0c2bae15d Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 1 Oct 2015 15:44:28 +0200 Subject: [PATCH] login: Fix layout of the config warning refs #5543 --- application/views/scripts/authentication/login.phtml | 2 +- public/css/icinga/login.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/scripts/authentication/login.phtml b/application/views/scripts/authentication/login.phtml index d6a060cc60..110fba19ee 100644 --- a/application/views/scripts/authentication/login.phtml +++ b/application/views/scripts/authentication/login.phtml @@ -6,7 +6,7 @@
-

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' diff --git a/public/css/icinga/login.less b/public/css/icinga/login.less index 9e808ada8d..e0c98681f0 100644 --- a/public/css/icinga/login.less +++ b/public/css/icinga/login.less @@ -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;