Index: lams_central/web/css/fckeditor_style.css =================================================================== diff -u -r17530064bb3affbd520737dce730b8480d02cef7 -r03e86c5fbfee489cbed67aaf38b667bbc2712045 --- lams_central/web/css/fckeditor_style.css (.../fckeditor_style.css) (revision 17530064bb3affbd520737dce730b8480d02cef7) +++ lams_central/web/css/fckeditor_style.css (.../fckeditor_style.css) (revision 03e86c5fbfee489cbed67aaf38b667bbc2712045) @@ -1,6 +1,6 @@ .previewPanel { width: 625px; - height: 220px; + height: 160px; border-style: none; border-width: 1px; padding: 5px; @@ -11,7 +11,7 @@ .textareaPanel { width: 625px; - height: 220px; + height: 160px; margin-left: 20px; margin-top: 12px; } @@ -37,7 +37,7 @@ #wyswygEditorScreen { position: absolute; width: 625px; - height: 220px; + height: 160px; padding: 0px; margin: 0px; } Index: lams_central/web/includes/javascript/fckcontroller.js =================================================================== diff -u -r0d6c5d67d1b28e37179445f4a583d169cf652027 -r03e86c5fbfee489cbed67aaf38b667bbc2712045 --- lams_central/web/includes/javascript/fckcontroller.js (.../fckcontroller.js) (revision 0d6c5d67d1b28e37179445f4a583d169cf652027) +++ lams_central/web/includes/javascript/fckcontroller.js (.../fckcontroller.js) (revision 03e86c5fbfee489cbed67aaf38b667bbc2712045) @@ -78,11 +78,11 @@ //resize the fck editor fckFrameElement = document.getElementById("FCKeditor1___Frame"); if (size == "small") { - fckFrameElement.style.height = "100px"; - wyswygEditorScreenElement.style.height = "120px"; + fckFrameElement.style.height = "80px"; + wyswygEditorScreenElement.style.height = "100x"; } else { - fckFrameElement.style.height = "200px"; - wyswygEditorScreenElement.style.height = "220px"; + fckFrameElement.style.height = "160px"; + wyswygEditorScreenElement.style.height = "180px"; } showElementById("wyswygEditorScreen");