Index: typo3/sysext/recycler/mod1/index.php =================================================================== --- typo3/sysext/recycler/mod1/index.php (revision 6314) +++ typo3/sysext/recycler/mod1/index.php (working copy) @@ -111,7 +111,6 @@ $this->getTemplateMarkers() ); $content.= $this->doc->endPage(); - $content.= $this->doc->insertStylesAndJS($this->content); $this->content = null; $this->doc = null; Index: typo3/sysext/recycler/res/css/customExtJs.css =================================================================== --- typo3/sysext/recycler/res/css/customExtJs.css (revision 6314) +++ typo3/sysext/recycler/res/css/customExtJs.css (working copy) @@ -1,3 +1,9 @@ +body#ext-recycler-mod1-index-php { + margin-left: 0; +} +#recyclerContent { + margin-left: 4px; +} body .x-panel { margin-bottom:20px; } .icon-grid { background-image:url('../icons/recycler2.gif') !important; } Index: typo3/sysext/recycler/res/js/t3_recycler.js =================================================================== --- typo3/sysext/recycler/res/js/t3_recycler.js (revision 6314) +++ typo3/sysext/recycler/res/js/t3_recycler.js (working copy) @@ -262,11 +262,11 @@ renderTo: Recycler.statics.renderTo, layoutOnTabChange: true, activeTab: 0, - width: '99%', + width: '98%', height: 600, frame: true, border: false, - defaults: {autoScroll: true}, + defaults: {autoScroll: false}, plain: true, buttons: [{