Description
On UserPreferences or pages beginning with tables, one sometimes sees the content shifted right until the end of the editbar.
Steps to reproduce
Reduce height value in editbar CSS. Changing font size maybe also works.
Also happens with Konqueror as it has a bigger action dropdown widget. If you use small fonts it occures in firefox too.
Details
This Wiki
Workaround
in screen.css do comment off the floating to left -- ReimarBauer 2005-12-04 18:26:01
.editbar li { /* float: left;*/ display: inline; padding: 0; margin: 4px 6px; }
Discussion
Should be solved by editbar html redesign.
Plan
- Priority: High
- Assigned to: All developers
- Status: fixed in moin 1.5 patch-291, thanks to Reimar!