Revision 80050a86
Von Sven Donath vor etwa 12 Jahren hinzugefügt
css/kivitendo/menu.css | ||
---|---|---|
290 | 290 |
and one mic (menu-item-chunk) |
291 | 291 |
indenting is done with the levels s0, s1, s2 */ |
292 | 292 |
#content.html-menu, #html-menu { |
293 |
position: relative; |
|
294 |
top: 20px; |
|
293 | 295 |
transition: margin-left 0.2s, width 0.2s; |
294 | 296 |
-moz-transition: margin-left 0.2s, width 0.2s; |
295 | 297 |
-webkit-transition: margin-left 0.2s, width 0.2s; |
css/lx-office-erp/frame_header/header.css | ||
---|---|---|
8 | 8 |
} |
9 | 9 |
|
10 | 10 |
#frame-header { |
11 |
position: fixed; |
|
12 |
top: 0px; |
|
13 |
z-index: 99; |
|
11 | 14 |
background: url('../../../image/bg_titel.gif') repeat-x; |
12 | 15 |
text-align: center; |
13 | 16 |
margin: 0; |
css/lx-office-erp/menu.css | ||
---|---|---|
296 | 296 |
and one mic (menu-item-chunk) |
297 | 297 |
indenting is done with the levels s0, s1, s2 */ |
298 | 298 |
#content.html-menu, #html-menu { |
299 |
position: relative; |
|
300 |
top: 20px; |
|
299 | 301 |
transition: margin-left 0.2s, width 0.2s; |
300 | 302 |
-moz-transition: margin-left 0.2s, width 0.2s; |
301 | 303 |
-webkit-transition: margin-left 0.2s, width 0.2s; |
Auch abrufbar als: Unified diff
Header-Menu soll nicht mitscrollen
Der Header Container ist auf einen Layer weit über den anderen (z-index: 99) an Position 0 von oben festgetackert.
Damit bleibt er immer sichtbar.
Es sind nur die Styles lx-office-erp und kivitendo berücksichtigt (im Moment).
(work in progress)