X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fmenu.css;h=6674164f0757fd2840bfdef4099a489f4d9eb6ef;hb=2c5a4b0d406212de474b8aaa807d8e4ee9290b44;hp=64b7882f5f5418f80185fcd59235a90fe807dbd3;hpb=bfef134e5924a2272f3b97efd35f405a82a55efb;p=kivitendo-erp.git diff --git a/css/kivitendo/menu.css b/css/kivitendo/menu.css index 64b7882f5..6674164f0 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; } @@ -175,15 +179,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 */ -#html-menu-container { - position: fixed; - bottom: 0%; - top: 0%; -} - #html-menu { + position: fixed; overflow-y: scroll; - height: 100%; + 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; @@ -192,7 +192,7 @@ li.sub { 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; }