summaryrefslogtreecommitdiff
path: root/skins/larry/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'skins/larry/ui.js')
-rw-r--r--skins/larry/ui.js4
1 files changed, 2 insertions, 2 deletions
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');