CSS: Unix-style newlines für kivitendo DHTML-Menü
[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         height:26px;
20         width:100%;
21         background-repeat:repeat-x;
22         font-family: sans-serif, Verdana, Arial, Helvetica;
23         font-size:12px;
24         z-index:100000;
25         padding-left:10px;
26 }
27
28 .DHTMLSuite_menuBar_sub{
29         position:absolute;
30         background-color:#FFF;
31         border:1px solid #D1D1D1;
32         background-repeat:repeat-y;
33         background-position: left center;
34         display:inline;
35 }
36