X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=css%2Fkivitendo%2Fdhtmlsuite%2Fmenu-bar.css;fp=css%2Fkivitendo%2Fdhtmlsuite%2Fmenu-bar.css;h=9ae0fc3d69bedfcc74085c325f16abd448ff98e6;hp=71fa9b3646285851fe5c15ceb87f57dbe0204019;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/css/kivitendo/dhtmlsuite/menu-bar.css b/css/kivitendo/dhtmlsuite/menu-bar.css index 71fa9b364..9ae0fc3d6 100644 --- a/css/kivitendo/dhtmlsuite/menu-bar.css +++ b/css/kivitendo/dhtmlsuite/menu-bar.css @@ -1,36 +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 */ - height:26px; - width:100%; - background-repeat:repeat-x; - font-family: sans-serif, Verdana, Arial, Helvetica; - font-size:12px; - z-index:100000; - padding-left:10px; -} - -.DHTMLSuite_menuBar_sub{ - position:absolute; - background-color:#FFF; - border:1px solid #D1D1D1; - 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; +}