diff options
author | thomascube <thomas@roundcube.net> | 2011-12-19 12:44:40 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-19 12:44:40 +0000 |
commit | 18863495ae95937276919f83db54f439ede8bd18 (patch) | |
tree | b383c7f0ec8182d316053723af96abb3e04f7880 /skins/larry/ui.js | |
parent | fbebf54a927f4431690286d78e1fe7336f738f63 (diff) |
Fix compose editor toggling and other style improvements
Diffstat (limited to 'skins/larry/ui.js')
-rw-r--r-- | skins/larry/ui.js | 4 |
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'); |