Index: lams_central/web/css/fckeditor_style.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/Attic/fckeditor_style.css,v diff -u -r1.4 -r1.5 --- lams_central/web/css/fckeditor_style.css 3 Jul 2006 02:27:49 -0000 1.4 +++ lams_central/web/css/fckeditor_style.css 26 Jul 2006 07:42:59 -0000 1.5 @@ -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 =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/Attic/fckcontroller.js,v diff -u -r1.1 -r1.2 --- lams_central/web/includes/javascript/fckcontroller.js 4 Apr 2006 07:53:18 -0000 1.1 +++ lams_central/web/includes/javascript/fckcontroller.js 26 Jul 2006 07:42:59 -0000 1.2 @@ -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");