Module: check_mk
Branch: master
Commit: 0af6f922a7ff77f162344d602960856b171ca59f
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=0af6f922a7ff77…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Mon Feb 6 15:59:57 2012 +0100
Fixed font size of sidebar headers
---
web/htdocs/dashboard.css | 4 +---
web/htdocs/sidebar.css | 3 ++-
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/web/htdocs/dashboard.css b/web/htdocs/dashboard.css
index e90e8b2..05f5aef 100644
--- a/web/htdocs/dashboard.css
+++ b/web/htdocs/dashboard.css
@@ -66,13 +66,11 @@ div.dashlet div.title {
color: #fff;
padding: 0px;
margin: 0px;
- padding-top: 3px;
- font-size: 10pt;
+ padding-top: 4px;
font-weight: normal;
}
div.dashlet div.title a {
text-decoration: none;
- border-bottom: 1px dotted white;
color: white;
}
div.dashlet div.title a:hover {
diff --git a/web/htdocs/sidebar.css b/web/htdocs/sidebar.css
index 34d2d5a..1dc3090 100644
--- a/web/htdocs/sidebar.css
+++ b/web/htdocs/sidebar.css
@@ -191,10 +191,11 @@ div.snapin div.head {
padding-top: 9px;
}
-div.snapin b.header {
+div.snapin div.head b {
font-weight: normal;
}
+
div.snapin div.head.open {
background-image: url("images/snapin_header.png");
height: 17px;