GetSimple Support Forum
CKEditor - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: CKEditor (/showthread.php?tid=2432)



CKEditor - graphiclunch - 2011-11-25

Hi all,

Any of that thinks that the line height in the editor is a bit to high? It seems like its double size compared to for instance when writing in this forum.
And is there someone who knows how to change it?

Thanks

- Lasse


CKEditor - Connie - 2011-11-25

lasse,
do a forum search
and find out how to set the editor to use the styles of your theme


CKEditor - graphiclunch - 2011-11-25

Connie Wrote:lasse,
do a forum search
and find out how to set the editor to use the styles of your theme

I have looked, but maybe my search is wrong..?


CKEditor - Connie - 2011-11-25

see this post:

http://get-simple.info/forum/topic/2794/can-you-style-css-the-control-panel-to-look-like-the-website/


CKEditor - graphiclunch - 2011-11-25

Connie Wrote:see this post:

http://get-simple.info/forum/topic/2794/can-you-style-css-the-control-panel-to-look-like-the-website/

Thanks for your quick reply, Connie. Much appreciated.
But I am a newbie at this, so I don't think I can figure it out, because I don't understand the half of it, sadly...


CKEditor - graphiclunch - 2011-11-25

Connie, do you know if can I change it in styles.php, contents.css or editor.css?
And sorry again for all the questions...


CKEditor - Connie - 2011-11-25

I just tested it that way:

I created a file editor.css and added that to the themes-template, there I had this definition:

Code:
p {line-height:55px;border-top:1px solid blue;}

and I got the result. So I consider you can write a simple editor.css to your theme-directory and define a suitable line-height.

Cheers, Connie


CKEditor - graphiclunch - 2011-11-26

Connie, please see attached image. There you can see what I mean.