Item9570: Larger table text within TinyMCE

pencil
Priority: Normal
Current State: Closed
Released In: 1.1.0
Target Release: minor
Applies To: Engine
Component: TinyMCEPlugin
Branches:
Reported By: MichaelTempest
Waiting For:
Last Change By: KennethLavrsen
I find the table text in TinyMCE to be very small.

This fixes it:
.mceContentBody td {
    font-size: small;
}

I think I should add it to pub/System/PatternSkinTheme/style_src.css. Should I update the other themes, too? I suspect I should not update the PatternSkinTheme2009.

-- MichaelTempest - 27 Aug 2010

Paul said on IRC "MTempest: you could always put it in System/TinyMCEPlugin/wysiwyg_src.css"

-- MichaelTempest - 27 Aug 2010

Curious that setting small makes the text larger...

-- ArthurClemens - 27 Aug 2010

Using Firebug, I see that normal paragraph text is "small" in TMCE, and table text is 10px. "small" is larger than 10px in my browser.

-- MichaelTempest - 27 Aug 2010

Better to make the font size 100% in wysiwyg_src.css.

-- ArthurClemens - 27 Aug 2010

Prior to addressing this issue - the ordinary table text is 10px:
font size 10px.PNG

font-size:small makes normal table text the same size as plain paragraph text:
font size small.PNG

font-size:100% makes normal table text the same size as table headings, which is larger than plain paragraph text:
font size 100percent.PNG

-- MichaelTempest - 28 Aug 2010

On a related note, can we do something about the fact that there are no blank spaces when we create a new table? New users don't get the fact that a table has been created.

-- GuruprasadIyer - 02 Sep 2010

This needs note in TinyMCEPlugin release notes

-- PaulHarvey - 02 Sep 2010

Paul - yes, it does, and I will do that smile

Guruprasadlyer - I agree, and I raised Item9606 for the lack of blank spaces in new tables.

-- MichaelTempest - 02 Sep 2010
 
I Attachment Action Size Date Who Comment
font_size_100percent.PNGPNG font_size_100percent.PNG manage 2 K 28 Aug 2010 - 05:31 MichaelTempest font-size:100% makes normal table text the same size as table headings, which is larger than plain paragraph text
font_size_10px.PNGPNG font_size_10px.PNG manage 2 K 28 Aug 2010 - 05:27 MichaelTempest Prior to addressing this issue - the ordinary table text is 10px
font_size_small.PNGPNG font_size_small.PNG manage 2 K 28 Aug 2010 - 05:28 MichaelTempest font-size:small makes normal table text the same size as plain paragraph text
Topic revision: r15 - 04 Oct 2010, KennethLavrsen
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy