Opened 18 years ago
Closed 17 years ago
#383 closed Bug (invalid)
Problem with toolbar css
Reported by: | jean-mat grimaldi | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Hi,
I think there is a problem with fckeditor stylesheet :
Very often, the style for body editor content is set with a minimal padding, this padding is necessary for a more readable content inside editor area. But if we set a padding for editor content, this padding is applied to combo menus (style & format menus). I think we need to force : style="margin:0!important; padding:0!important; border:none !important" for all combos menus otherwise we can get a bad design.
You can see an example (attached file) with a 10px padding
Many thanks ;-)
jean-mat
Attachments (1)
Change History (4)
Changed 18 years ago by
Attachment: | screenshot_bug_css_combos.jpg added |
---|
comment:1 Changed 18 years ago by
Hi Jean-mat,
By default, the editor comes with the body element padding set to 5px, and we have no problems. So, I believe I'm having problems to reproduce it here (and you certainly have a problem, as the screenshot shows).
Can you explain us where and how to set the padding to be able to reproduce it?
comment:2 Changed 18 years ago by
hello Fred,
You're right, when setting a padding <= 5px the toolbar is good, but in Plone out of the box, the padding for content is set to 10px, so users have got the problem. I will add a css for editor_area to force a 5px padding.
Many thx :-)
comment:3 Changed 17 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
broken combo menu example, when padding is set for content area