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


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/EditbarShiftsContentFarRight (last edited 2007-10-29 19:11:46 by localhost)