Revision ae2e9adf
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
css/lx-office-erp/menu.css | ||
---|---|---|
291 | 291 |
/* End of non-anchor hover selectors */ |
292 | 292 |
|
293 | 293 |
|
294 |
#html-menu { float:left; } |
|
295 |
#html-menu tr { vertical-align: top; } |
|
296 |
#html-menu div.menuitem { padding: 2px 0px 2px 0px; white-space: nowrap; } |
|
294 |
#html-menu { float:left; width: 183px; } |
|
295 |
#html-menu div.mi { margin-top: 4px; margin-bottom: 3px; white-space: nowrap; clear:both } |
|
297 | 296 |
#html-menu div.submenu { font-weight: bold } |
298 |
#html-menu img { vertical-align: middle; border: 0; }
|
|
297 |
#html-menu img { vertical-align: top; border: 0; }
|
|
299 | 298 |
#html-menu a { vertical-align: top } |
300 |
#html-menu .item span.menu-spacer { display: inline-block; width: 24px } |
|
301 |
#html-menu .menu span.menu-spacer { display: inline-block; width: 28px } |
|
302 |
#html-menu div.menu span.menuitemchunk { color:blue; } |
|
303 |
#html-menu div.menu span.menuitemchunk:hover { color:blue; background-color: lemonchiffon; cursor: pointer; } |
|
304 |
#html-menu span.menuitemchunk { white-space: normal; } |
|
305 |
#html-menu .spacer0 { position:relative; left: 2px } |
|
306 |
#html-menu .spacer1 { position:relative; left: 6px } |
|
307 |
#html-menu .spacer2 { position:relative; left: 12px } |
|
299 |
#html-menu .item span.ms { float:left; width: 24px } |
|
300 |
#html-menu .menu span.ms { float:left; width: 32px } |
|
301 |
#html-menu div.menu { height: 24px } |
|
302 |
#html-menu div.menu span.mic { color:blue; position: relative; top: 5px; } |
|
303 |
#html-menu div.menu:hover, |
|
304 |
#html-menu div.item:hover { color:blue; background-color: lemonchiffon; cursor: pointer; } |
|
305 |
#html-menu span.mic { white-space: normal; display: inline-block; vertical-align: top; line-height: 1.2; } |
|
306 |
#html-menu a.ml span.mic { width: 145px } /* fix deep indents */ |
|
307 |
#html-menu div.spacer0 { position:relative; padding-left: 2px } |
|
308 |
#html-menu div.spacer1 { position:relative; padding-left: 8px } |
|
309 |
#html-menu div.spacer2 { position:relative; padding-left: 16px } |
|
308 | 310 |
|
309 | 311 |
|
Auch abrufbar als: Unified diff
css gefixt, klassen minified, html reduziert