Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision bfef134e

Von Sven Schöling vor fast 8 Jahren hinzugefügt

  • ID bfef134e5924a2272f3b97efd35f405a82a55efb
  • Vorgänger fbdfa3ba
  • Nachfolger 87b283bd

ActionBar: Scrolling von ausgeklapptem HTML Menü gefixt

Unterschiede anzeigen:

SL/Layout/MenuLeft.pm
}
sub pre_content {
"<div id='html-menu'></div>\n";
"<div id='html-menu-container'><div id='html-menu'></div></div>\n";
}
sub section_menu {
css/kivitendo/menu.css
each line is a mi (menuitem) and has one mii (menu-item-icon) whcih is ms (menu-spacer)
and one mic (menu-item-chunk)
indenting is done with the levels s0, s1, s2 */
div.layout-split-left, #html-menu {
#html-menu-container {
position: fixed;
bottom: 0%;
top: 0%;
}
#html-menu {
overflow-y: scroll;
height: 100%;
transition: margin-left 0.2s, width 0.2s;
-moz-transition: margin-left 0.2s, width 0.2s;
-webkit-transition: margin-left 0.2s, width 0.2s;
css/lx-office-erp/menu.css
each line is a mi (menuitem) and has one mii (menu-item-icon) whcih is ms (menu-spacer)
and one mic (menu-item-chunk)
indenting is done with the levels s0, s1, s2 */
div.html-menu, #html-menu {
#html-menu-container {
position: fixed;
bottom: 0%;
top: 0%;
}
#html-menu {
overflow-y: scroll;
height: 100%;
transition: margin-left 0.2s, width 0.2s;
-moz-transition: margin-left 0.2s, width 0.2s;
-webkit-transition: margin-left 0.2s, width 0.2s;

Auch abrufbar als: Unified diff