Revision bfef134e
Von Sven Schöling vor fast 8 Jahren hinzugefügt
SL/Layout/MenuLeft.pm | ||
---|---|---|
26 | 26 |
} |
27 | 27 |
|
28 | 28 |
sub pre_content { |
29 |
"<div id='html-menu'></div>\n";
|
|
29 |
"<div id='html-menu-container'><div id='html-menu'></div></div>\n";
|
|
30 | 30 |
} |
31 | 31 |
|
32 | 32 |
sub section_menu { |
css/kivitendo/menu.css | ||
---|---|---|
175 | 175 |
each line is a mi (menuitem) and has one mii (menu-item-icon) whcih is ms (menu-spacer) |
176 | 176 |
and one mic (menu-item-chunk) |
177 | 177 |
indenting is done with the levels s0, s1, s2 */ |
178 |
div.layout-split-left, #html-menu { |
|
178 |
#html-menu-container { |
|
179 |
position: fixed; |
|
180 |
bottom: 0%; |
|
181 |
top: 0%; |
|
182 |
} |
|
183 |
|
|
184 |
#html-menu { |
|
185 |
overflow-y: scroll; |
|
186 |
height: 100%; |
|
179 | 187 |
transition: margin-left 0.2s, width 0.2s; |
180 | 188 |
-moz-transition: margin-left 0.2s, width 0.2s; |
181 | 189 |
-webkit-transition: margin-left 0.2s, width 0.2s; |
css/lx-office-erp/menu.css | ||
---|---|---|
177 | 177 |
each line is a mi (menuitem) and has one mii (menu-item-icon) whcih is ms (menu-spacer) |
178 | 178 |
and one mic (menu-item-chunk) |
179 | 179 |
indenting is done with the levels s0, s1, s2 */ |
180 |
div.html-menu, #html-menu {
|
|
180 |
#html-menu-container {
|
|
181 | 181 |
position: fixed; |
182 |
bottom: 0%; |
|
183 |
top: 0%; |
|
184 |
} |
|
185 |
|
|
186 |
#html-menu { |
|
187 |
overflow-y: scroll; |
|
188 |
height: 100%; |
|
182 | 189 |
transition: margin-left 0.2s, width 0.2s; |
183 | 190 |
-moz-transition: margin-left 0.2s, width 0.2s; |
184 | 191 |
-webkit-transition: margin-left 0.2s, width 0.2s; |
Auch abrufbar als: Unified diff
ActionBar: Scrolling von ausgeklapptem HTML Menü gefixt