Index: lams_central/web/css/fckeditor_style.css =================================================================== diff -u -r0d6c5d67d1b28e37179445f4a583d169cf652027 -rfa24e6729d808ea99968a62a54c5b977e17b807c --- lams_central/web/css/fckeditor_style.css (.../fckeditor_style.css) (revision 0d6c5d67d1b28e37179445f4a583d169cf652027) +++ lams_central/web/css/fckeditor_style.css (.../fckeditor_style.css) (revision fa24e6729d808ea99968a62a54c5b977e17b807c) @@ -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; -} -