From b8d4febf6c792a35b6603f510013be864aa5ef64 Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 30 Jun 2010 11:17:51 +0000 Subject: - googiespell layer resizing + small css improvements - better googiespell suggestions popup positioning --- skins/default/functions.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'skins/default/functions.js') 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) -- cgit v1.2.3