Defect #9091
CSS bug: fixed .header height cuts long breadcrumbs making them unusable
| Status: | New | Start date: | 2011-08-19 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | Wiki | Estimated time: | 0.20 hour | |
| Target version: | - | |||
| Affected version: | 1.2.1 | Resolution: |
Description
In the (generic) application.css: #header { height:... padding:... }
One solution: remove the height attr. and replace the 0 padding-bottom to such height (e.g. 2em) that the absolute-positioned main-menu bar can have its room.
Now the header has a nice default look and can also expand flexibly for multi-line breadcrumbs.
History
#1 Updated by Etienne Massip almost 2 years ago
- Category set to Wiki