#16 — Different font-size in editor using NuPlone and Tiny

by Maarten Kling last modified Jan 02, 2009 03:16 PM
State Resolved
Version:
Area Process
Issue type Bug
Severity Medium
Submitted by Maarten Kling
Submitted on Dec 18, 2008
Responsible Rob Gietema
Target release:

Because there is no documentContent in nuplone css, the text in the editor is smaller then in normal view mode.

Normal public.css:
line 55:
.documentContent {
    font-size: 110%;
    padding: 1em 1em 2em 1em !important;
    background: &dtml-backgroundColor;;
}

public.css is empty in nuplone, when setting font-size: 110 in your skin the editor text is the same size.
Steps to reproduce:
install nuplone and tiny
Added by Rob Gietema on Jan 02, 2009 03:15 PM
Issue state: UnconfirmedResolved
Responsible manager: (UNASSIGNED)robgietema
Issue occured when using #content as selector. When changed to #region-content it did work. (#content is not available in the editor window).

No responses can be added.