X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fmenu.css;h=0ae57a2a597d89056e5440221d5b14004967d75c;hb=4392bfbe76220c5c16b9f6198cc4a2b4cc59b24e;hp=2abe56f4d2fc9f13f7405c050aaf24ab2c02fbf1;hpb=94a441d44bbe6032863eb3d46feaee2dcf15d84e;p=kivitendo-erp.git diff --git a/css/kivitendo/menu.css b/css/kivitendo/menu.css index 2abe56f4d..0ae57a2a5 100644 --- a/css/kivitendo/menu.css +++ b/css/kivitendo/menu.css @@ -19,7 +19,7 @@ body.menuv4 { /*border: 3px solid;*/ background-color: #FFFFFF; color: #000000; - margin-top: 0.2em; + margin-top: 15px; } #menuv4 a, #menuv4 h2, #menuv4 div.x { font-size: 80%; @@ -290,6 +290,8 @@ div#menuv3 li:hover ul, div#menuv3 li li:hover ul, div#menuv3 li li li:hover ul, and one mic (menu-item-chunk) indenting is done with the levels s0, s1, s2 */ #content.html-menu, #html-menu { + position: relative; + top: 20px; transition: margin-left 0.2s, width 0.2s; -moz-transition: margin-left 0.2s, width 0.2s; -webkit-transition: margin-left 0.2s, width 0.2s;