Revision a8e5264c
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
css/kivitendo/menu.css | ||
---|---|---|
283 | 283 |
position: relativ: left: 10px; |
284 | 284 |
} |
285 | 285 |
/* End of non-anchor hover selectors */ |
286 |
|
|
287 |
#html-menu { float:left; white-space: nowrap; } |
|
288 |
#html-menu tr { vertical-align: top; } |
|
289 |
#html-menu div.menuitem { padding: 2px 4px 1px 4px; } |
|
290 |
#html-menu div.submenu { font-weight: bold } |
|
291 |
#html-menu img { vertical-align: middle; visibility:hidden; border: 0; } |
|
292 |
#html-menu div.menuitem:first-child img { visibility:visible } |
|
293 |
#html-menu a { vertical-align: top } |
|
294 |
#html-menu .item span.menu-spacer { display: inline-block; width: 24px } |
|
295 |
#html-menu .menu span.menu-spacer { display: inline-block; width: 32px } |
|
296 |
|
css/lx-office-erp/menu.css | ||
---|---|---|
291 | 291 |
/* End of non-anchor hover selectors */ |
292 | 292 |
|
293 | 293 |
|
294 |
#html-menu { float:left; white-space: nowrap; } |
|
295 |
#html-menu tr { vertical-align: top; } |
|
296 |
#html-menu div.menuitem { padding: 2px 4px 1px 4px; } |
|
297 |
#html-menu div.submenu { font-weight: bold } |
|
298 |
#html-menu img { vertical-align: middle; visibility:hidden; border: 0; } |
|
299 |
#html-menu div.menuitem:first-child img { visibility:visible } |
|
300 |
#html-menu a { vertical-align: top } |
|
301 |
#html-menu .item span.menu-spacer { display: inline-block; width: 24px } |
|
302 |
#html-menu .menu span.menu-spacer { display: inline-block; width: 32px } |
|
303 |
|
templates/webpages/menu/menu.html | ||
---|---|---|
1 | 1 |
[%- USE L %] |
2 |
<style type='text/css'> |
|
3 |
#html-menu { float:left; white-space: nowrap; } |
|
4 |
#html-menu tr { vertical-align: top; } |
|
5 |
#html-menu div.menuitem { padding: 2px 4px 1px 4px; } |
|
6 |
#html-menu div.submenu { font-weight: bold } |
|
7 |
#html-menu img { vertical-align: middle; visibility:hidden; border: 0; } |
|
8 |
#html-menu div.menuitem:first-child img { visibility:visible } |
|
9 |
#html-menu a { vertical-align: top } |
|
10 |
#html-menu .item span.menu-spacer { display: inline-block; width: 24px } |
|
11 |
#html-menu .menu span.menu-spacer { display: inline-block; width: 32px } |
|
12 |
</style> |
|
13 | 2 |
<body class="menu"> |
14 | 3 |
|
15 | 4 |
<div id='html-menu'> |
... | ... | |
54 | 43 |
}); |
55 | 44 |
}); |
56 | 45 |
</script> |
46 |
|
|
47 |
</html> |
Auch abrufbar als: Unified diff
css aus template in die css dateien verschoben