From: cajus Date: Sun, 7 Mar 2010 17:10:07 +0000 (+0000) Subject: Fixed different menu alignment X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=673e573dca5c4e606c617190722c6c1090635b04;p=gosa.git Fixed different menu alignment git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16319 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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;