Opened 17 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)

screenshot_bug_css_combos.jpg (110.3 KB) - added by jean-mat grimaldi 17 years ago.
broken combo menu example, when padding is set for content area

Download all attachments as: .zip

Change History (4)

Changed 17 years ago by jean-mat grimaldi

broken combo menu example, when padding is set for content area

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

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 17 years ago by jean-mat grimaldi

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 Frederico Caldeira Knabben

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy