spiritof52, on 10 December 2011 - 10:05 PM, said:
I came across this over on IPB community forums
I changed padding in ipb.ckeditor.css both to 30px and now it works again.
Find:
/* Turn off resizer */
.cke_skin_ips .cke_dialog_footer .cke_resizer { display: none; }
/* Emo slide out tray */
.ipsSmileyTray
{
text-align: center;
overflow: auto;
margin: 0px auto 0px auto;
padding: 4px 24px 4px 24px; <<<<< change these values to 30px 30px 30px 30px;
min-width: 600px;
width: 70%; <<<<<< Change this value to 80%;
height: 32px; <<<<<< Change this value to 40px;
border: 1px solid #D5DDE5;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
Needs to be done for every skin in use
Thanks for the answer. Sorry I'm late getting back here..