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.3 -r1.4 --- lams_central/web/css/fckeditor_style.css 30 Jun 2006 01:53:46 -0000 1.3 +++ lams_central/web/css/fckeditor_style.css 3 Jul 2006 02:27:49 -0000 1.4 @@ -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;