Actions
Defect #9091
openCSS bug: fixed .header height cuts long breadcrumbs making them unusable
Status:
New
Priority:
Normal
Assignee:
-
Category:
Wiki
Target version:
-
Start date:
2011-08-19
Due date:
% Done:
0%
Estimated time:
0.20 h
Resolution:
Affected version:
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.
Actions