Module: check_mk
Branch: master
Commit: 903341c32d3c795c02eaf20000f132d8d4a58b7d
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=903341c32d3c79…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Fri Nov 25 12:07:06 2011 +0100
Fix style of snapins
---
web/htdocs/check_mk.css | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/web/htdocs/check_mk.css b/web/htdocs/check_mk.css
index 21a49a9..619a68f 100644
--- a/web/htdocs/check_mk.css
+++ b/web/htdocs/check_mk.css
@@ -325,9 +325,10 @@ body.side {
/* General layout of snapins */
div.snapin {
- width: 275px;
+ width: 255px;
margin: 0 0 0 5px;
padding: 0;
+ overflow: hidden;
}
/* Header of the snapin */
@@ -1943,7 +1944,7 @@ div.add_snapin div.snapinadder {
border-bottom: 1px solid #9ab;
border-right: 1px solid #89a;
height: 220px;
- width: 280px;
+ width: 270px;
margin-right: 10px;
margin-bottom: 10px;
float: left;