Index: lams_central/web/css/fckeditor_style.css =================================================================== diff -u -re3f2f4a1fd2fbab688a0de1b2eb4a5387f8c783c -r17530064bb3affbd520737dce730b8480d02cef7 --- lams_central/web/css/fckeditor_style.css (.../fckeditor_style.css) (revision e3f2f4a1fd2fbab688a0de1b2eb4a5387f8c783c) +++ lams_central/web/css/fckeditor_style.css (.../fckeditor_style.css) (revision 17530064bb3affbd520737dce730b8480d02cef7) @@ -1,34 +1,42 @@ .previewPanel { - width: 665px; + width: 625px; height: 220px; border-style: none; border-width: 1px; padding: 5px; overflow: auto; + margin-left: 20px; + margin-top: 12px; } .textareaPanel { - width: 665px; + width: 625px; height: 220px; + margin-left: 20px; + margin-top: 12px; } .smallPreviewPanel { - width: 665px; + width: 625px; height: 80px; border-style: none; border-width: 1px; padding: 5px; + margin-left: 20px; + margin-top: 12px; } .smallTextareaPanel { - width: 665px; + width: 625px; height: 80px; + margin-left: 20px; + margin-top: 12px; } #wyswygEditorScreen { position: absolute; - width: 665px; + width: 625px; height: 220px; padding: 0px; margin: 0px;