X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp%2Fmenu.css;h=156c57f80bc8831953c4ea0524501ac3cf8f9529;hb=94f5cb152afa9210162295b6727801c296af0631;hp=4324647f3dbfae1af1ace17e9a8b809a8a81bbd9;hpb=1067492cb4e6fdfedfaa0f394a1665eab182ceb3;p=kivitendo-erp.git diff --git a/css/lx-office-erp/menu.css b/css/lx-office-erp/menu.css index 4324647f3..156c57f80 100644 --- a/css/lx-office-erp/menu.css +++ b/css/lx-office-erp/menu.css @@ -1,6 +1,5 @@ body.menu { - font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; color: black; } @@ -15,7 +14,6 @@ table.menunew { table.menunew td { padding: 0; color:black; - font-family: Verdana, Arial, sans-serif; } body.menunew { @@ -23,6 +21,10 @@ body.menunew { margin:0px; } +div.layout-actionbar ~ #content { + padding-top: 32px; +} + #main_menu_div { background-color: #d0cfc9 } @@ -177,18 +179,21 @@ div#menuv3 li li li li:hover ul 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.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; } -div.layout-split-right { margin-left: 190px; } +div.layout-split-right { margin-left: 190px; height: 100%; } div.layout-split-right.folded { margin-left: 40px } #html-menu.folded:hover + #content.layout-split-right.folded { margin-left: 190px } -#html-menu { float:left; width: 183px; font-size: 85%; margin-top: 10px; overflow:hidden; } +#html-menu { float:left; width: 183px; font-size: 85%; 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; }