From 532bc5b5e5e60e6397e331b2a16dadb474d8ca6c Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 27 Jan 2013 14:43:46 +0100 Subject: Small fixes for Opera --- skins/classic/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins/classic/functions.js') diff --git a/skins/classic/functions.js b/skins/classic/functions.js index cb3e29376..ee68ee729 100644 --- a/skins/classic/functions.js +++ b/skins/classic/functions.js @@ -503,7 +503,7 @@ resize_compose_body: function() { var div = $('#compose-div .boxlistcontent'), w = div.width() - 2, h = div.height(), - x = bw.ie ? 4 : 0; + x = bw.ie || bw.opera ? 4 : 0; $('#compose-body_tbl').width((w+3)+'px').height(''); $('#compose-body_ifr').width((w+3)+'px').height((h-54)+'px'); -- cgit v1.2.3