From b8d4febf6c792a35b6603f510013be864aa5ef64 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 30 Jun 2010 07:17:51 -0400 Subject: [PATCH] - googiespell layer resizing + small css improvements - better googiespell suggestions popup positioning --- 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 258742e..877d152 100644 --- a/skins/default/functions.js +++ b/skins/default/functions.js @@ -344,6 +344,9 @@ $('#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) -- Gitblit v1.9.1