diff options
author | alecpl <alec@alec.pl> | 2010-06-30 11:17:51 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-06-30 11:17:51 +0000 |
commit | b8d4febf6c792a35b6603f510013be864aa5ef64 (patch) | |
tree | 29e41a70bf0c26efe8b5c57f80ab7ff454fc49e0 /skins/default/functions.js | |
parent | 9ed374bbe176b9c822f38ddd2d404fe0af6b781f (diff) |
- googiespell layer resizing + small css improvements
- better googiespell suggestions popup positioning
Diffstat (limited to 'skins/default/functions.js')
-rw-r--r-- | skins/default/functions.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skins/default/functions.js b/skins/default/functions.js index 258742e69..877d1524a 100644 --- a/skins/default/functions.js +++ b/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) |