diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-30 11:17:51 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-30 11:17:51 +0000 |
| commit | 5a093940d9b8d7b4bbe7fdadd12bc8f33900e4fa (patch) | |
| tree | dfa4718397d250653b933e187e6b148f1bc2c85b /roundcubemail/skins/default/functions.js | |
| parent | 64679b30ed0b5ae60fff9f151c7d90fba7a9b33b (diff) | |
- googiespell layer resizing + small css improvements
- better googiespell suggestions popup positioning
git-svn-id: https://svn.roundcube.net/trunk@3798 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/functions.js')
| -rw-r--r-- | roundcubemail/skins/default/functions.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/functions.js b/roundcubemail/skins/default/functions.js index 258742e69..877d1524a 100644 --- a/roundcubemail/skins/default/functions.js +++ b/roundcubemail/skins/default/functions.js @@ -344,6 +344,9 @@ resize_compose_body: function() $('#compose-body_tbl').width((w+4)+'px').height(''); $('#compose-body_ifr').width((w+2)+'px').height((h-54)+'px'); } + else { + $('#googie_edit_layer').width(w-(bw.ie || bw.opera || bw.safari ? 2 : 0)+'px').height(h+'px'); + } }, show_header_form: function(id) |
