Module: check_mk
Branch: master
Commit: ea93e4a014f02a55fe14bc029a43922f29cbb644
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ea93e4a014f02a…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Tue Feb 14 16:57:00 2012 +0100
Resize treeangle for folding
---
web/htdocs/check_mk.css | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/htdocs/check_mk.css b/web/htdocs/check_mk.css
index 52f5bef..a4a04a7 100644
--- a/web/htdocs/check_mk.css
+++ b/web/htdocs/check_mk.css
@@ -145,8 +145,8 @@ div.livestatus.message {
'-------------------------------------------------------------------------*/
img.treeangle {
- width: 14px;
- height: 14px;
+ width: 9px;
+ height: 9px;
margin-right: 3px;
margin-top: 2px;
}