Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / css / kivitendo / dhtmlsuite / menu-bar.css
index 71fa9b3..9ae0fc3 100644 (file)
@@ -1,36 +1,32 @@
-/************************************************************************************************************\r
-\r
-       DHTML Suite for Applications\r
-       (C) www.dhtmlgoodies.com, August 2006\r
-\r
-       CSS for the DHTMLsuite_tableWidget class.\r
-\r
-       Terms of use:\r
-       Look at the terms of use at http://www.dhtmlgoodies.com/index.html?page=termsOfUse\r
-\r
-       Thank you!\r
-\r
-       www.dhtmlgoodies.com\r
-       Alf Magne Kalleland\r
-\r
-************************************************************************************************************/\r
-\r
-.DHTMLSuite_menuBar_top{       /* The bar that is parent of the menu strip */\r
-       height:26px;\r
-       width:100%;\r
-       background-repeat:repeat-x;\r
-       font-family: sans-serif, Verdana, Arial, Helvetica;\r
-       font-size:12px;\r
-       z-index:100000;\r
-       padding-left:10px;\r
-}\r
-\r
-.DHTMLSuite_menuBar_sub{\r
-       position:absolute;\r
-       background-color:#FFF;\r
-       border:1px solid #D1D1D1;\r
-       background-repeat:repeat-y;\r
-       background-position: left center;\r
-       display:inline;\r
-}\r
-\r
+/************************************************************************************************************
+
+       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;
+}