Code

Fixed different menu alignment
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sun, 7 Mar 2010 17:10:07 +0000 (17:10 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sun, 7 Mar 2010 17:10:07 +0000 (17:10 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16319 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/themes/modern/style.css

index d15b9868eb6e64bde4d4794d48cdae9d116e80a0..da825e4ccf5d3875a9db365265d4c7e28185f8de 100644 (file)
@@ -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;