X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fdhtmlsuite%2Fmenu-bar.css;h=9ae0fc3d69bedfcc74085c325f16abd448ff98e6;hb=8f07fac1fa6772d354d2766a060b01244624a0a5;hp=7bdc15fde7b1ab5de635e737902b7ad52e68e39f;hpb=667da13fe922194e3dbbaa30662754b30e4ca826;p=kivitendo-erp.git diff --git a/css/kivitendo/dhtmlsuite/menu-bar.css b/css/kivitendo/dhtmlsuite/menu-bar.css index 7bdc15fde..9ae0fc3d6 100644 --- a/css/kivitendo/dhtmlsuite/menu-bar.css +++ b/css/kivitendo/dhtmlsuite/menu-bar.css @@ -16,21 +16,17 @@ ************************************************************************************************************/ .DHTMLSuite_menuBar_top{ /* The bar that is parent of the menu strip */ - height:26px; - width:100%; - background-repeat:repeat-x; - font-family: sans-serif, Verdana, Arial, Helvetica; - font-size:12px; - z-index:100000; - padding-left:10px; + position: fixed; + height: 26px; + width: 100%; + z-index: 100; + padding-left: 10px; + background-color: white; } .DHTMLSuite_menuBar_sub{ - position:absolute; - background-color:#FFF; - border:1px solid #D1D1D1; - background-repeat:repeat-y; - background-position: left center; - display:inline; + position: fixed; + background-color: #FFF; + border: 1px solid #000; + display: inline; } -