From 532bc5b5e5e60e6397e331b2a16dadb474d8ca6c Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 27 Jan 2013 08:43:46 -0500
Subject: [PATCH] Small fixes for Opera

---
 skins/classic/functions.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/skins/classic/functions.js b/skins/classic/functions.js
index cb3e293..ee68ee7 100644
--- a/skins/classic/functions.js
+++ b/skins/classic/functions.js
@@ -503,7 +503,7 @@
 {
   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');

--
Gitblit v1.9.1