X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=css%2Flx-office-erp%2Fdhtmlsuite%2Fmenu-bar.css;fp=css%2Flx-office-erp%2Fdhtmlsuite%2Fmenu-bar.css;h=4a2bd641a32158d94c75aded29e2d9ae97f21680;hp=d08f358e437ed0febc833e7959daf831700e31b0;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/css/lx-office-erp/dhtmlsuite/menu-bar.css b/css/lx-office-erp/dhtmlsuite/menu-bar.css index d08f358e4..4a2bd641a 100644 --- a/css/lx-office-erp/dhtmlsuite/menu-bar.css +++ b/css/lx-office-erp/dhtmlsuite/menu-bar.css @@ -16,25 +16,18 @@ ************************************************************************************************************/ .DHTMLSuite_menuBar_top{ /* The bar that is parent of the menu strip */ - color:#FFF; - height:26px; - width:100%; - background-repeat:repeat-x; - font-family: sans-serif, Verdana, Arial, Helvetica; - font-size:12px; - z-index:100000; - padding-left:10px; -/* background-image:url('../../../image/dhtmlsuite/menu_strip_bg.jpg');*/ - background-image:url('../../../image/bg_css_menu.png'); + position: fixed; + height: 26px; + width: 100%; + z-index: 100; + padding-left: 10px; + background-color: #d0cfc9; } .DHTMLSuite_menuBar_sub{ - position:absolute; - background-color:#FFF; - border:1px solid #000; - background-image:url('../../../image/dhtmlsuite/menu-bar-gradient.jpg'); /* Background image for sub menu items */ - background-repeat:repeat-y; - background-position: left center; - display:inline; + position: fixed; + background-color: #FFF; + border: 1px solid #000; + display: inline; }