Module: check_mk
Branch: master
Commit: 37d21dbe8fe2a8b48a0c8dc1d9a03aee8237ccd4
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=37d21dbe8fe2a8…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Sat Nov 26 21:00:40 2011 +0100
Move styles of login from css/* to check_mk.css
(css/* is just for user supplied addons are style
modifications)
---
web/htdocs/check_mk.css | 43 +++++++++++++++++++++++++++++++++++++++++++
web/htdocs/css/login.css | 31 -------------------------------
2 files changed, 43 insertions(+), 31 deletions(-)
diff --git a/web/htdocs/check_mk.css b/web/htdocs/check_mk.css
index 9c176cf..9c3c35a 100644
--- a/web/htdocs/check_mk.css
+++ b/web/htdocs/check_mk.css
@@ -2699,3 +2699,46 @@ table.debug_vars td {
border: 1px solid #050;
font-family: courier, monospace;
}
+
+/*
+ .----------------------------------------------------------------------.
+ | _ _ |
+ | | | ___ __ _(_)_ __ |
+ | | | / _ \ / _` | | '_ \ |
+ | | |__| (_) | (_| | | | | | |
+ | |_____\___/ \__, |_|_| |_| |
+ | |___/ |
+ '----------------------------------------------------------------------'
+*/
+
+#login {
+ margin: 0;
+ height: 100%;
+ width: 100%;
+ text-align:center;
+}
+/*#login #logo {
+ width: 320px;
+ margin: 7em auto;
+ height: 55px;
+ background-repeat: no-repeat;
+ background-image: url("images/sidebar_top.png");
+}*/
+#login h1 {
+ width: 300px;
+ margin: 3em auto 2em auto;
+}
+#login a {
+ color: #ffffff;
+}
+#login a:hover {
+ text-decoration: none;
+}
+#login #table {
+ width: 320px; margin: 0 auto;
+}
+#login #foot {
+ font-size: 0.8em;
+ font-style: italic;
+ color: #ffffff;
+}
diff --git a/web/htdocs/css/login.css b/web/htdocs/css/login.css
deleted file mode 100644
index ca11956..0000000
--- a/web/htdocs/css/login.css
+++ /dev/null
@@ -1,31 +0,0 @@
-#login {
- margin: 0;
- height: 100%;
- width: 100%;
- text-align:center;
-}
-/*#login #logo {
- width: 320px;
- margin: 7em auto;
- height: 55px;
- background-repeat: no-repeat;
- background-image: url("../images/sidebar_top.png");
-}*/
-#login h1 {
- width: 300px;
- margin: 3em auto 2em auto;
-}
-#login a {
- color: #ffffff;
-}
-#login a:hover {
- text-decoration: none;
-}
-#login #table {
- width: 320px; margin: 0 auto;
-}
-#login #foot {
- font-size: 0.8em;
- font-style: italic;
- color: #ffffff;
-}