Revision 1b0dd518
Von Sven Schöling vor mehr als 2 Jahren hinzugefügt
css/design40/less/menu.less | ||
---|---|---|
228 | 228 |
// -------------------- |
229 | 229 |
|
230 | 230 |
// LEFT (Menu) area/column |
231 |
body > #layout-split-left {
|
|
231 |
body > div.layout-split-left {
|
|
232 | 232 |
display: block; |
233 | 233 |
position: fixed !important; |
234 | 234 |
top: 0 ; |
... | ... | |
244 | 244 |
} |
245 | 245 |
|
246 | 246 |
// RIGHT (Content) area/column |
247 |
body > div#layout-split-right {
|
|
247 |
body > div.layout-split-right {
|
|
248 | 248 |
margin-left: 200px; |
249 | 249 |
//margin-top: 70px; |
250 | 250 |
padding-top: 28px; |
... | ... | |
316 | 316 |
// HTML-JS-MENU |
317 | 317 |
// -------------------- |
318 | 318 |
|
319 |
#layout-split-left #html-menu {
|
|
319 |
div.layout-split-left #html-menu {
|
|
320 | 320 |
display: block; |
321 | 321 |
overflow-y: scroll; |
322 | 322 |
overflow-x: hidden; |
... | ... | |
328 | 328 |
font-size: @font-size-small; |
329 | 329 |
border-bottom: 20px @menu_border_color solid ; // PENDENT: Rand unten sollte vorhanden sein |
330 | 330 |
|
331 |
// menu item icons (mii) ausblenden |
|
332 |
.mii { |
|
333 |
display: none; |
|
334 |
} |
|
335 |
|
|
331 | 336 |
// scrollbars can be invisible only on Webkit-Browsers |
332 | 337 |
&::-webkit-scrollbar { |
333 | 338 |
display: none; |
Auch abrufbar als: Unified diff
design40: fix html menü
Im design4.0 branch war das dom für split layout und das html menü
massiv geändert. diese Änderungen sind wieder kompatibel zum Standard.
Genauer:
- Im SplitLayout sind linke und rechte Seite wieder div mit Klassen
statt ids (ermöglicht es mehrere zu schachteln)
- html Menü enthält wieder die icons und hint-Klassen für die alten
layouts. Im Design4.0 werdne die icons dann ignoriert