X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ae2e9adff855796d7ad0de34b4f73aeb35744a19..80050a8:/css/lx-office-erp/menu.css diff --git a/css/lx-office-erp/menu.css b/css/lx-office-erp/menu.css index 413e36f6c..ac73a9e81 100644 --- a/css/lx-office-erp/menu.css +++ b/css/lx-office-erp/menu.css @@ -290,22 +290,40 @@ div#menuv4 li li li li:hover ul /* End of non-anchor hover selectors */ - -#html-menu { float:left; width: 183px; } -#html-menu div.mi { margin-top: 4px; margin-bottom: 3px; white-space: nowrap; clear:both } -#html-menu div.submenu { font-weight: bold } +/* html menu */ +/* types of lines: m sm i (menu submenu item) + 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 { + position: relative; + top: 20px; + 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; } +#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; } +#html-menu div.sm { font-weight: bold } #html-menu img { vertical-align: top; border: 0; } #html-menu a { vertical-align: top } -#html-menu .item span.ms { float:left; width: 24px } -#html-menu .menu span.ms { float:left; width: 32px } -#html-menu div.menu { height: 24px } -#html-menu div.menu span.mic { color:blue; position: relative; top: 5px; } -#html-menu div.menu:hover, -#html-menu div.item:hover { color:blue; background-color: lemonchiffon; cursor: pointer; } +#html-menu .i span.ms { float: left; width: 24px; margin-bottom: 4px; } +#html-menu .m span.ms { float: left; width: 32px } +#html-menu .sm span.ms { float: left; width: 24px; background: url(../../image/unterpunkt.png); } +#html-menu div.m { height: 24px } +#html-menu div.m span.mic { color:blue; position: relative; top: 4px } +#html-menu div.m:hover, +#html-menu div.i:hover { color:blue; background-color: lemonchiffon; cursor: pointer; } #html-menu span.mic { white-space: normal; display: inline-block; vertical-align: top; line-height: 1.2; } #html-menu a.ml span.mic { width: 145px } /* fix deep indents */ -#html-menu div.spacer0 { position:relative; padding-left: 2px } -#html-menu div.spacer1 { position:relative; padding-left: 8px } -#html-menu div.spacer2 { position:relative; padding-left: 16px } - +#html-menu div.s0 { padding-left: 2px } +#html-menu div.s1 { padding-left: 8px } +#html-menu div.s2 { padding-left: 16px } +body { margin: 0 }