From 5a3f5852aa2fe5704b4ae3a066fd64044fbde970 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sun, 05 Apr 2009 05:48:07 -0400
Subject: [PATCH] - Fix compose window doesn't fit 1024x768 window (#1485396)

---
 skins/default/mail.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/skins/default/mail.css b/skins/default/mail.css
index 79ae014..5a4e57b 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -919,12 +919,12 @@
 {
   position: absolute;
   top: 90px;
-  left: 200px;
+  left: 190px;
   right: 25px;
   bottom: 30px;
   margin: 0px;
   /* css hack for IE */
-  width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');
+  width: expression((parseInt(document.documentElement.clientWidth)-210)+'px');
   height: expression((parseInt(document.documentElement.clientHeight)-120)+'px');
 }
 

--
Gitblit v1.9.1