summaryrefslogtreecommitdiff
path: root/skins/classic/functions.js
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-01-27 14:43:46 +0100
committerAleksander Machniak <alec@alec.pl>2013-01-27 14:43:46 +0100
commit532bc5b5e5e60e6397e331b2a16dadb474d8ca6c (patch)
treeead93e2e1ee3a601f79183fc477c29744da11a29 /skins/classic/functions.js
parentbc53e22440b78ebc47f490ac2f549f193b99d1f8 (diff)
Small fixes for Opera
Diffstat (limited to 'skins/classic/functions.js')
-rw-r--r--skins/classic/functions.js2
1 files changed, 1 insertions, 1 deletions
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');