Revision 87ab51e5
Von Sven Schöling vor fast 8 Jahren hinzugefügt
css/lx-office-erp/frame_header/header.css | ||
---|---|---|
15 | 15 |
color: white; |
16 | 16 |
border: 0; |
17 | 17 |
overflow: hidden; |
18 |
min-height: 20px;
|
|
18 |
height: 20px; |
|
19 | 19 |
width: 100%; |
20 | 20 |
border-spacing: 0; |
21 |
position: fixed; |
|
22 |
top: 0; |
|
23 |
z-index: 20; |
|
21 | 24 |
} |
22 | 25 |
|
26 |
#frame-header + div { |
|
27 |
padding-top: 20px; |
|
28 |
} |
|
29 |
|
|
30 |
|
|
23 | 31 |
#frame-header .frame-header-left { |
24 | 32 |
float: left; |
25 | 33 |
} |
css/lx-office-erp/main.css | ||
---|---|---|
539 | 539 |
|
540 | 540 |
/* actionbar styling */ |
541 | 541 |
div.layout-actionbar { |
542 |
position: fixed; |
|
543 |
height: 25px; |
|
544 |
top: 20px; |
|
545 |
z-index: 20; |
|
542 | 546 |
/* background-color: whitesmoke; */ |
543 | 547 |
} |
544 | 548 |
|
... | ... | |
554 | 558 |
-webkit-transition: background-color 0s; |
555 | 559 |
} |
556 | 560 |
|
561 |
div.layout-actionbar ~ div { |
|
562 |
padding-top: 25px; |
|
563 |
} |
|
564 |
|
|
557 | 565 |
div.layout-actionbar div.layout-actionbar-submit, |
558 | 566 |
div.layout-actionbar div.layout-actionbar-scriptbutton, |
559 | 567 |
div.layout-actionbar div.layout-actionbar-submit:focus, |
css/lx-office-erp/menu.css | ||
---|---|---|
153 | 153 |
and one mic (menu-item-chunk) |
154 | 154 |
indenting is done with the levels s0, s1, s2 */ |
155 | 155 |
div.html-menu, #html-menu { |
156 |
position: fixed; |
|
156 | 157 |
transition: margin-left 0.2s, width 0.2s; |
157 | 158 |
-moz-transition: margin-left 0.2s, width 0.2s; |
158 | 159 |
-webkit-transition: margin-left 0.2s, width 0.2s; |
159 | 160 |
-o-transition: margin-left 0.2s, width 0.2s; |
160 | 161 |
} |
162 |
|
|
161 | 163 |
div.layout-split-right { margin-left: 190px; } |
162 | 164 |
div.layout-split-right.folded { margin-left: 40px } |
163 | 165 |
#html-menu.folded:hover + #content.layout-split-right.folded { margin-left: 190px } |
Auch abrufbar als: Unified diff
Actiobar: Layout fixiert