From 9bfcb3b98cd0653d9376fb12558a1e5c57990a1c Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 30 Jun 2010 17:56:31 +0000 Subject: - small fix for googie layer height setting --- skins/default/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins') diff --git a/skins/default/functions.js b/skins/default/functions.js index 877d1524a..6422d1882 100644 --- a/skins/default/functions.js +++ b/skins/default/functions.js @@ -345,7 +345,7 @@ resize_compose_body: function() $('#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'); + $('#googie_edit_layer').height(h+'px'); } }, -- cgit v1.2.3