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.1 -r1.2 --- lams_central/web/css/fckeditor_style.css 4 Apr 2006 07:53:19 -0000 1.1 +++ lams_central/web/css/fckeditor_style.css 27 Jun 2006 03:09:23 -0000 1.2 @@ -1,55 +1,47 @@ -.previewPanel{ - width: 700px; - height: 220px; +.previewPanel { + width: 665px; + height: 220px; border-style: none; border-width: 1px; padding: 5px; - overflow: auto; } -.textareaPanel{ - width: 700px; - height: 220px; +.textareaPanel { + width: 665px; + height: 220px; } +.smallPreviewPanel { + width: 665px; + height: 120px; + border-style: none; + border-width: 1px; + padding: 5px; +} -.smallPreviewPanel{ - width: 700px; - height: 120px; - border-style: none; - border-width: 1px; - padding: 5px; +.smallTextareaPanel { + width: 665px; + height: 120px; } -.smallTextareaPanel{ - width: 700px; - height: 120px; + +#wyswygEditorScreen { + position: absolute; + width: 665px; + height: 220px; + padding: 0px; + margin: 0px; } -#wyswygEditor{ - /*position the wyswygEditor in the centre*/ - position: absolute; +#wyswygEditor { /*position the wyswygEditor in the centre*/ + position: absolute; /*top: 15%; left: 50%; margin-left: -400px; margin-top: -260px;*/ - width: 100%; height: 100%; - - /*border-style: solid; border-width: 3px;*/ } - -#wyswygEditorScreen{ - position: absolute; - - width: 700px; - height: 220px; - - padding: 0px; - margin: 0px; -} -