Description
Using konqueror the editbar chars are ugly positioned if you change the charsize of the browser to lowest charsize. They are striked through by the horizontal rule
Steps to reproduce
this wiki change in konqueror the charsize
Example
Details
this wiki
MoinMoin Version |
|
OS and Version |
|
Python Version |
|
Server Setup |
|
Server Details |
|
Workaround
remove the height entry from .editbar (screen.css)
.editbar { clear: both; display: block; margin: 0; padding: 0 8px; white-space: nowrap; /*height: 2.6em; /* this has to be adapted to user's font size! fragile! It is differently broken depending on the stuff following it. 2em looks good on MoinMoin:AnyPage, but not on RecentChanges! */ background: white; font-size: 0.8em; /* 13px */ }
Discussion
Breaks opera9rc, behaves like height==0. Looks like a Opera bug as it works for IE, Firefox and even Opera 8.5.
Plan
- Priority:
Assigned to: ThomasWaldmann
- Status: fixed in moin-1.5 patch-291, thanks Reimar!