X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fmenuv3.css;h=ae7ef33fff3ae3e5c33f1b87eaa65a5b8e9c96bc;hb=2521c1bb8ed716d5a22a18d75be9fe41dac9d72f;hp=4068de338fe8fdeee25d6e73d28ce14fb5fb9da9;hpb=ab12ee09c32ae03eaf902876b09dbfb296da62fc;p=kivitendo-erp.git diff --git a/css/menuv3.css b/css/menuv3.css index 4068de338..ae7ef33ff 100644 --- a/css/menuv3.css +++ b/css/menuv3.css @@ -22,15 +22,9 @@ margin:0; padding:1px 0 1px 3px; } -#menu h2:before { - content:" "; -} -#menu h2:after { - content:" "; -} #menu h2 { color:#fff; -padding:2 15px +padding:0 5px; } #menu a, #menu a:visited, #menu div.x, #menu div.x:visited { @@ -42,6 +36,7 @@ padding-right:10px; #menu a { background:#eee; } + #menu div.x, #menu div.x:visited { background:#eee url(../image/right.gif) no-repeat right; } @@ -61,6 +56,7 @@ list-style:none; margin:0; padding:0; float:left; +min-width:7em; } #menu li { @@ -69,12 +65,6 @@ float:none; border:0; } -li.sub { -position:relativ; -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