From 673e573dca5c4e606c617190722c6c1090635b04 Mon Sep 17 00:00:00 2001 From: cajus Date: Sun, 7 Mar 2010 17:10:07 +0000 Subject: [PATCH] Fixed different menu alignment git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16319 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index d15b9868e..da825e4cc 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -1004,6 +1004,8 @@ div.treeList { z-index:500; overflow-y:auto; float:left; + margin-top:-1px; + margin-left:1px; } span.informal { @@ -1269,6 +1271,7 @@ float:none; /* End IE5-Mac hack */ #filtermenu ul.level2 { +margin-top:-4px; position:absolute; top:0; left:0; -- 2.30.2