From: Sven Schöling Date: Thu, 8 Nov 2012 14:30:37 +0000 (+0100) Subject: Menüüberlappungen etwas sinnvoller gelöst X-Git-Tag: release-3.0.0beta1~21^2~1 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8fe9cae3dfa3e782e696d91e899ce327fbe69f1e;p=kivitendo-erp.git Menüüberlappungen etwas sinnvoller gelöst behebt #1973 --- diff --git a/css/kivitendo/menu.css b/css/kivitendo/menu.css index 625abec85..b5819a6cc 100644 --- a/css/kivitendo/menu.css +++ b/css/kivitendo/menu.css @@ -29,12 +29,6 @@ body.menuv4 { margin: 0; padding: 0.3em 1em; } -#menuv4 h2:before { - content: " "; -} -#menuv4 h2:after { - content: " "; -} #menuv4 h2 { background-color: #ffffff; color: #000000; diff --git a/css/lx-office-erp/menu.css b/css/lx-office-erp/menu.css index 807082ee4..469d9de1f 100644 --- a/css/lx-office-erp/menu.css +++ b/css/lx-office-erp/menu.css @@ -115,13 +115,11 @@ position:absolute; z-index:500; top:auto; display:none; -background:#000; } #menuv3 ul ul ul { top:0; left:100%; -background:#000; } /* Begin non-anchor hover selectors */ @@ -176,12 +174,6 @@ margin:0; padding:1px 0 1px 3px; } -#menuv4 h2:before { - content:" "; -} -#menuv4 h2:after { - content:" "; -} #menuv4 h2 { color:#fff; padding:2px 10px; @@ -223,11 +215,6 @@ float:none; border:0; } -#menuv4 li.sub { -left:-25px; -top:-3px; -} - /* IE6 spacing bug fix,
  • s without a bottom border get spaced to far * correction: the bug will change the height of the parent element! this will also cause the whole menu to grow * so the only method to get this pile of crap going is to add a bottom border to the
  • s, where the enclosing