kivitendo/css/lx-office-erp/dhtmlsuite/menu-bar.css @ a758c51f
32fa785e | Moritz Bunkus | /************************************************************************************************************
|
||
DHTML Suite for Applications
|
||||
(C) www.dhtmlgoodies.com, August 2006
|
||||
CSS for the DHTMLsuite_tableWidget class.
|
||||
a5315ec3 | Sven Donath | |||
32fa785e | Moritz Bunkus | Terms of use:
|
||
Look at the terms of use at http://www.dhtmlgoodies.com/index.html?page=termsOfUse
|
||||
a5315ec3 | Sven Donath | |||
32fa785e | Moritz Bunkus | Thank you!
|
||
a5315ec3 | Sven Donath | |||
32fa785e | Moritz Bunkus | www.dhtmlgoodies.com
|
||
Alf Magne Kalleland
|
||||
************************************************************************************************************/
|
||||
.DHTMLSuite_menuBar_top{ /* The bar that is parent of the menu strip */
|
||||
1067492c | Sven Schöling | position: fixed;
|
||
height: 26px;
|
||||
width: 100%;
|
||||
z-index: 100;
|
||||
padding-left: 10px;
|
||||
background-color: #d0cfc9;
|
||||
32fa785e | Moritz Bunkus | }
|
||
.DHTMLSuite_menuBar_sub{
|
||||
1067492c | Sven Schöling | position: fixed;
|
||
background-color: #FFF;
|
||||
border: 1px solid #000;
|
||||
display: inline;
|
||||
32fa785e | Moritz Bunkus | }
|
||