Module: check_mk
Branch: master
Commit: 1238b05ec74f6d4cbb4f6e10058fdabc35e439ec
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=1238b05ec74f6d…
Author: Marcel Arentz <ma(a)mathias-kettner.de>
Date: Tue Sep 18 17:36:23 2018 +0200
CMK-617: Added new company logo to classic theme
Change-Id: If2b777ea5d6e22bf3c537cab3763493678160469
---
web/htdocs/images/login_window.png | Bin 28282 -> 8904 bytes
web/htdocs/images/sidebar_top.png | Bin 13236 -> 8468 bytes
web/htdocs/login.css | 6 ++----
3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/web/htdocs/images/login_window.png b/web/htdocs/images/login_window.png
index a5d042c..44a828f 100644
Binary files a/web/htdocs/images/login_window.png and b/web/htdocs/images/login_window.png
differ
diff --git a/web/htdocs/images/sidebar_top.png b/web/htdocs/images/sidebar_top.png
index dda8bc6..fd06aa1 100644
Binary files a/web/htdocs/images/sidebar_top.png and b/web/htdocs/images/sidebar_top.png
differ
diff --git a/web/htdocs/login.css b/web/htdocs/login.css
index 6497ff9..203c05b 100644
--- a/web/htdocs/login.css
+++ b/web/htdocs/login.css
@@ -37,15 +37,13 @@ Boston, MA 02110-1301 USA.
'-------------------------------------------------------------------------*/
body.main {
- background-image: url("images/login_dark_bg.png");
- background-position: center;
+ background-image: none;
+ background-color: #285069;
text-align: center;
vertical-align: middle;
}
div#login {
- background-image: url("images/login_spotlight.png");
- background-repeat: no-repeat;
width: 770px;
height: 605px;
position: absolute;