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