Revision 1067492c
Von Sven Schöling vor mehr als 7 Jahren hinzugefügt
css/lx-office-erp/dhtmlsuite/menu-bar.css | ||
---|---|---|
16 | 16 |
************************************************************************************************************/ |
17 | 17 |
|
18 | 18 |
.DHTMLSuite_menuBar_top{ /* The bar that is parent of the menu strip */ |
19 |
color:#FFF; |
|
20 |
height:26px; |
|
21 |
width:100%; |
|
22 |
background-repeat:repeat-x; |
|
23 |
font-family: sans-serif, Verdana, Arial, Helvetica; |
|
24 |
z-index:100000; |
|
25 |
padding-left:10px; |
|
26 |
/* background-image:url('../../../image/dhtmlsuite/menu_strip_bg.jpg');*/ |
|
27 |
background-image:url('../../../image/bg_css_menu.png'); |
|
19 |
position: fixed; |
|
20 |
height: 26px; |
|
21 |
width: 100%; |
|
22 |
z-index: 100; |
|
23 |
padding-left: 10px; |
|
24 |
background-color: #d0cfc9; |
|
28 | 25 |
} |
29 | 26 |
|
30 | 27 |
.DHTMLSuite_menuBar_sub{ |
31 |
position:absolute; |
|
32 |
background-color:#FFF; |
|
33 |
border:1px solid #000; |
|
34 |
background-image:url('../../../image/dhtmlsuite/menu-bar-gradient.jpg'); /* Background image for sub menu items */ |
|
35 |
background-repeat:repeat-y; |
|
36 |
background-position: left center; |
|
37 |
display:inline; |
|
28 |
position: fixed; |
|
29 |
background-color: #FFF; |
|
30 |
border: 1px solid #000; |
|
31 |
display: inline; |
|
38 | 32 |
} |
39 | 33 |
|
Auch abrufbar als: Unified diff
css: funktionales revamp für actionbar
- z-index für v3 und javascript gefixt
- flat styling, weil die gradienten kaputt aussehen
- top margins für actionbar und ohne gefixt
- position:fixed korrigiert