X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fmenu.css;h=ffeea2be870d3d6467585ec876cfb668022bf352;hb=a27846ef2756ed0f59c29d256a5d43d6caaf0b58;hp=ccab8420df4446a837b3c5ca2d66f7c5c6550407;hpb=c2091a1cf8f09e53d7b136aa02d033f95e0570d5;p=kivitendo-erp.git diff --git a/css/kivitendo/menu.css b/css/kivitendo/menu.css index ccab8420d..ffeea2be8 100644 --- a/css/kivitendo/menu.css +++ b/css/kivitendo/menu.css @@ -8,6 +8,10 @@ DarkGreensubenu pointer /* background-color: #d0cfc9 */ /* } */ +div.layout-actionbar ~ #content { + padding-top: 32px; +} + #main_menu_div ~ div.layout-actionbar { top: 45px; } @@ -23,7 +27,6 @@ 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; } @@ -175,7 +178,11 @@ 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 */ -div.layout-split-left, #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; @@ -184,7 +191,7 @@ div.layout-split-left, #html-menu { 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 { 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; }