Thanks for the reply Sebastian. Sorry for not being very clear in my post. In my project, earlier they were using FCKEditor with office 2003 skin. It has the left and top borders displayed as shown in the attached screenshot with the title 'FCK Editor with office 2003 skin'.
Now, i am upgrading it to CKEditor with office 2003 skin but i am not seeing the left and top borders as shown in the screenshot with the title 'CK Editor with office 2003 skin'.I am trying to show these borders CKEditor to keep the same look and behavior.
I am able to get it working by editing the editor.css in skins/office2003.
border-top and border-left were set to white color. I changed the color for border-top and border-left for 'cke_skin_office2003 .cke_top' section in editor.css file and then the left and upper borders are displayed with the changed color.
Re: CKEditor Toolbar is missing the left and upper border
Attachments:
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: CKEditor Toolbar is missing the left and upper border
In my project, earlier they were using FCKEditor with office 2003 skin. It has the left and top borders displayed as shown in the attached screenshot with the title 'FCK Editor with office 2003 skin'.
Now, i am upgrading it to CKEditor with office 2003 skin but i am not seeing the left and top borders as shown in the screenshot with the title 'CK Editor with office 2003 skin'.I am trying to show these borders CKEditor to keep the same look and behavior.
Please let me know if I am missing something.
Attachments:
Re: CKEditor Toolbar is missing the left and upper border
border-top and border-left were set to white color. I changed the color for border-top and border-left for 'cke_skin_office2003 .cke_top' section in editor.css file and then the left and upper borders are displayed with the changed color.
Thank you.