X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fmenu.css;h=ccab8420df4446a837b3c5ca2d66f7c5c6550407;hb=a6ce2c7f3f7ae10f7065fb86121c8d11049617ee;hp=1b004b79713bb8de9719d49292b80ccc46cd70c9;hpb=980dc53321ae6c2d3e448b6ca2a0c7d11a65ee8c;p=kivitendo-erp.git diff --git a/css/kivitendo/menu.css b/css/kivitendo/menu.css index 1b004b797..ccab8420d 100644 --- a/css/kivitendo/menu.css +++ b/css/kivitendo/menu.css @@ -4,6 +4,21 @@ orangemenu color #FFFFFF whiteMenu Hover background color #FFFFE0 DarkGreensubenu pointer */ +/* #main_menu_div { */ +/* background-color: #d0cfc9 */ +/* } */ + +#main_menu_div ~ div.layout-actionbar { + top: 45px; +} + +#main_menu_div ~ #content { + padding-top: 25px; +} +#main_menu_div ~ div.layout-actionbar ~ #content { + padding-top: 54px; +} + body.menuv3 { behavior: url("css/csshover.htc"); /*font-size: 14pt;*/ @@ -13,13 +28,25 @@ body.menuv3 { color: #000000; } #menuv3 { - /*font-size: 85%;*/ - width: 99.8%; - float: left; - /*border: 3px solid;*/ background-color: #FFFFFF; color: #000000; + width: 100%; + position: fixed; + z-index: 30; } + +#menuv3 ~ div.layout-actionbar { + top: 40px; +} + +#menuv3 ~ #content { + padding-top: 35px; +} + +#menuv3 ~ div.layout-actionbar ~ #content { + padding-top: 64px; +} + #menuv3 a, #menuv3 h2, #menuv3 div.x { font-size: 80%; line-height: 120%; @@ -80,6 +107,7 @@ body.menuv3 { position: relative; float: none; border: 0; + border-width:0 0 1px 0; } li.sub { position: relativ; @@ -106,7 +134,6 @@ li.sub { #menuv3 ul ul { position: absolute; z-index: 500; - top: auto; display: none; } #menuv3 ul ul ul { @@ -126,7 +153,6 @@ div#menuv3 h2:hover { } div#menuv3 li:hover { cursor: pointer; - z-index: 100; } div#menuv3 li:hover ul ul, div#menuv3 li li:hover ul ul, div#menuv3 li li li:hover ul ul, div#menuv3 li li li li:hover ul ul { display: none; @@ -149,15 +175,15 @@ li.sub { each line is a mi (menuitem) and has one mii (menu-item-icon) whcih is ms (menu-spacer) and one mic (menu-item-chunk) indenting is done with the levels s0, s1, s2 */ -#content.html-menu, #html-menu { +div.layout-split-left, #html-menu { 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; -o-transition: margin-left 0.2s, width 0.2s; } -#content.html-menu { margin-left: 190px; } -#content.html-menu.folded { margin-left: 40px } -#html-menu.folded:hover + #content.html-menu.folded { margin-left: 190px } +div.layout-split-right { margin-left: 190px; } +div.layout-split-right.folded { margin-left: 40px } +#html-menu.folded:hover + div.layout-split-right.folded { margin-left: 190px } #html-menu { float:left; width: 183px; font-size: 8pt; margin-top: 10px; overflow:hidden; } #html-menu.folded { width: 32px; } #html-menu.folded:hover { width: 183px; }