4a2bd641a32158d94c75aded29e2d9ae97f21680
[kivitendo-erp.git] / css / lx-office-erp / dhtmlsuite / menu-bar.css
1 /************************************************************************************************************\r
2 \r
3         DHTML Suite for Applications\r
4         (C) www.dhtmlgoodies.com, August 2006\r
5 \r
6         CSS for the DHTMLsuite_tableWidget class.\r
7 \r
8         Terms of use:\r
9         Look at the terms of use at http://www.dhtmlgoodies.com/index.html?page=termsOfUse\r
10 \r
11         Thank you!\r
12 \r
13         www.dhtmlgoodies.com\r
14         Alf Magne Kalleland\r
15 \r
16 ************************************************************************************************************/\r
17 \r
18 .DHTMLSuite_menuBar_top{        /* The bar that is parent of the menu strip */\r
19   position: fixed;\r
20   height: 26px;\r
21   width: 100%;\r
22   z-index: 100;\r
23   padding-left: 10px;\r
24   background-color: #d0cfc9;\r
25 }\r
26 \r
27 .DHTMLSuite_menuBar_sub{\r
28   position: fixed;\r
29   background-color: #FFF;\r
30   border: 1px solid #000;\r
31   display: inline;\r
32 }\r
33 \r