Revision 5a4ea214
Von Sven Schöling vor fast 8 Jahren hinzugefügt
css/lx-office-erp/menu.css | ||
---|---|---|
181 | 181 |
each line is a mi (menuitem) and has one mii (menu-item-icon) whcih is ms (menu-spacer) |
182 | 182 |
and one mic (menu-item-chunk) |
183 | 183 |
indenting is done with the levels s0, s1, s2 */ |
184 |
#html-menu-container { |
|
185 |
position: fixed; |
|
186 |
bottom: 0%; |
|
187 |
top: 0%; |
|
188 |
} |
|
189 |
|
|
190 | 184 |
#html-menu { |
185 |
position: fixed; |
|
191 | 186 |
overflow-y: scroll; |
192 |
height: 100%; |
|
187 |
overflow-x: hidden; |
|
188 |
height: 95%; |
|
193 | 189 |
transition: margin-left 0.2s, width 0.2s; |
194 | 190 |
-moz-transition: margin-left 0.2s, width 0.2s; |
195 | 191 |
-webkit-transition: margin-left 0.2s, width 0.2s; |
196 | 192 |
-o-transition: margin-left 0.2s, width 0.2s; |
197 | 193 |
} |
198 | 194 |
|
199 |
div.layout-split-right { margin-left: 190px; } |
|
195 |
div.layout-split-right { margin-left: 190px; height: 100%; }
|
|
200 | 196 |
div.layout-split-right.folded { margin-left: 40px } |
201 | 197 |
#html-menu.folded:hover + #content.layout-split-right.folded { margin-left: 190px } |
202 |
#html-menu { float:left; width: 183px; font-size: 85%; margin-top: 10px; overflow:hidden; }
|
|
198 |
#html-menu { float:left; width: 183px; font-size: 85%; margin-top: 10px; } |
|
203 | 199 |
#html-menu.folded { width: 32px; } |
204 | 200 |
#html-menu.folded:hover { width: 183px; } |
205 | 201 |
#html-menu div.mi { margin-top: 4px; margin-bottom: 3px; white-space: nowrap; clear:both; position:relative; } |
Auch abrufbar als: Unified diff
ActionBar: Und nochmal Korrektur zu html Menü scrolling