From c74a202b063487b1ffc20ccab541600934ad0e14 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sat, 12 Feb 2011 10:47:38 -0500
Subject: [PATCH] - Fix CSS error in contact details screen on IE7 (#1487775)

---
 CHANGELOG                            |    1 +
 skins/default/templates/contact.html |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 24a3c91..5eea6dc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@
 ===========================
 
 - Removed redundant </form> tags from contact add/edit pages
+- Fix CSS error in contact details screen on IE7 (#1487775)
 
 RELEASE 0.5.1
 -------------
diff --git a/skins/default/templates/contact.html b/skins/default/templates/contact.html
index 06d0fbe..3c8e9fc 100644
--- a/skins/default/templates/contact.html
+++ b/skins/default/templates/contact.html
@@ -9,7 +9,9 @@
 
 <div id="contact-title" class="boxtitle"><roundcube:label name="contactproperties" /></div>
 <div id="contact-details" class="boxcontent">
+  <div>
   <roundcube:object name="contactdetails" />
+  </div>
   <p>
     <roundcube:button command="edit" type="input" class="button" label="editcontact" condition="!ENV:readonly" />
   </p>

--
Gitblit v1.9.1