From 18863495ae95937276919f83db54f439ede8bd18 Mon Sep 17 00:00:00 2001 From: thomascube Date: Mon, 19 Dec 2011 12:44:40 +0000 Subject: Fix compose editor toggling and other style improvements --- skins/larry/ui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'skins/larry/ui.js') diff --git a/skins/larry/ui.js b/skins/larry/ui.js index ef4b65a5a..806ff2c6a 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -189,8 +189,8 @@ function rcube_mail_ui() body.width(w).height(h); if (window.tinyMCE && tinyMCE.get('composebody')) { - $('#composebody_tbl').width((w+6)+'px').height(''); - $('#composebody_ifr').width((w+6)+'px').height((h-54)+'px'); + $('#composebody_tbl').width((w+11)+'px').height('').css('margin-top', '1px'); + $('#composebody_ifr').width((w+11)+'px').height((h-24)+'px'); } else { $('#googie_edit_layer').height(h+'px'); -- cgit v1.2.3