X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fdhtmlsuite%2Fmenu-bar.css;h=9ae0fc3d69bedfcc74085c325f16abd448ff98e6;hb=27fe7b11f5817702c3b47d0187bc9f0ba5328e2f;hp=9868743d4a7837f770088abc2b3e926fc3430739;hpb=7321146cf5a08364a9db2ddddbb0b74a5d3fc4c9;p=kivitendo-erp.git diff --git a/css/kivitendo/dhtmlsuite/menu-bar.css b/css/kivitendo/dhtmlsuite/menu-bar.css index 9868743d4..9ae0fc3d6 100644 --- a/css/kivitendo/dhtmlsuite/menu-bar.css +++ b/css/kivitendo/dhtmlsuite/menu-bar.css @@ -1,40 +1,32 @@ -/************************************************************************************************************ - - DHTML Suite for Applications - (C) www.dhtmlgoodies.com, August 2006 - - CSS for the DHTMLsuite_tableWidget class. - - Terms of use: - Look at the terms of use at http://www.dhtmlgoodies.com/index.html?page=termsOfUse - - Thank you! - - www.dhtmlgoodies.com - Alf Magne Kalleland - -************************************************************************************************************/ - -.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_kivi_menu.png'); -} - -.DHTMLSuite_menuBar_sub{ - position:absolute; - background-color:#FFF; - border:1px solid #000; - background-image:url('../../../image/dhtmlsuite/menu-bar-kivi-gradient.png'); /* Background image for sub menu items */ - background-repeat:repeat-y; - background-position: left center; - display:inline; -} - +/************************************************************************************************************ + + DHTML Suite for Applications + (C) www.dhtmlgoodies.com, August 2006 + + CSS for the DHTMLsuite_tableWidget class. + + Terms of use: + Look at the terms of use at http://www.dhtmlgoodies.com/index.html?page=termsOfUse + + Thank you! + + www.dhtmlgoodies.com + Alf Magne Kalleland + +************************************************************************************************************/ + +.DHTMLSuite_menuBar_top{ /* The bar that is parent of the menu strip */ + position: fixed; + height: 26px; + width: 100%; + z-index: 100; + padding-left: 10px; + background-color: white; +} + +.DHTMLSuite_menuBar_sub{ + position: fixed; + background-color: #FFF; + border: 1px solid #000; + display: inline; +}