From 8fe9cae3dfa3e782e696d91e899ce327fbe69f1e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 8 Nov 2012 15:30:37 +0100 Subject: [PATCH] =?utf8?q?Men=C3=BC=C3=BCberlappungen=20etwas=20sinnvoller?= =?utf8?q?=20gel=C3=B6st?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit behebt #1973 --- css/kivitendo/menu.css | 6 ------ css/lx-office-erp/menu.css | 17 ++--------------- 2 files changed, 2 insertions(+), 21 deletions(-) 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