X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fmenu.css;fp=css%2Fkivitendo%2Fmenu.css;h=ffeea2be870d3d6467585ec876cfb668022bf352;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=1b004b79713bb8de9719d49292b80ccc46cd70c9;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44;p=kivitendo-erp.git diff --git a/css/kivitendo/menu.css b/css/kivitendo/menu.css index 1b004b797..ffeea2be8 100644 --- a/css/kivitendo/menu.css +++ b/css/kivitendo/menu.css @@ -4,22 +4,52 @@ orangemenu color #FFFFFF whiteMenu Hover background color #FFFFE0 DarkGreensubenu pointer */ +/* #main_menu_div { */ +/* background-color: #d0cfc9 */ +/* } */ + +div.layout-actionbar ~ #content { + padding-top: 32px; +} + +#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;*/ line-height: 20pt; - font-family: Verdana, Geneva, Tahoma, sans-serif; background-color: #FFFFFF; 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 +110,7 @@ body.menuv3 { position: relative; float: none; border: 0; + border-width:0 0 1px 0; } li.sub { position: relativ; @@ -106,7 +137,6 @@ li.sub { #menuv3 ul ul { position: absolute; z-index: 500; - top: auto; display: none; } #menuv3 ul ul ul { @@ -126,7 +156,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,16 +178,20 @@ 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 { +#html-menu { + position: fixed; + overflow-y: scroll; + overflow-x: hidden; + height: 95%; 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 } -#html-menu { float:left; width: 183px; font-size: 8pt; margin-top: 10px; overflow:hidden; } +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; } #html-menu.folded { width: 32px; } #html-menu.folded:hover { width: 183px; } #html-menu div.mi { margin-top: 4px; margin-bottom: 3px; white-space: nowrap; clear:both; position:relative; }