summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-02-12 15:47:38 +0000
committeralecpl <alec@alec.pl>2011-02-12 15:47:38 +0000
commitc74a202b063487b1ffc20ccab541600934ad0e14 (patch)
treedba7bbb9ec8bc4636ac7d59402f51ce7fc9f0ffb
parent1fb14bd34ef3b1129038d405017791573909a307 (diff)
- Fix CSS error in contact details screen on IE7 (#1487775)
-rw-r--r--CHANGELOG1
-rw-r--r--skins/default/templates/contact.html2
2 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 24a3c9122..5eea6dc67 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ CHANGELOG Roundcube Webmail
===========================
- 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 06d0fbee5..3c8e9fc9f 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>