X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/adc9b96cee1263480fb2bc1d574cc1c6be7afae0..667da13fe922194e3dbbaa30662754b30e4ca826:/css/kivitendo/menu.css diff --git a/css/kivitendo/menu.css b/css/kivitendo/menu.css index 1b004b797..168a021b2 100644 --- a/css/kivitendo/menu.css +++ b/css/kivitendo/menu.css @@ -149,15 +149,15 @@ 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 { +div.layout-split-left, #html-menu { 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 } +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.folded { width: 32px; } #html-menu.folded:hover { width: 183px; }