summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-12 06:16:18 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-12 06:16:18 +0000
commit176e841e2aa3bee498875345691e5752fd97f50c (patch)
treeb31725a5c5cf58f6cff1ef10146222a0e99af076
parentf702aa3d05da033716d38746ccbe67857b891dba (diff)
- Fix text-overflow:ellipsis issues on messages list in FF7 and Webkit (#1488061)
git-svn-id: https://svn.roundcube.net/trunk@5202 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/CHANGELOG1
-rw-r--r--roundcubemail/skins/default/mail.css1
2 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG
index 399b91db3..6c0438937 100644
--- a/roundcubemail/CHANGELOG
+++ b/roundcubemail/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix text-overflow:ellipsis issues on messages list in FF7 and Webkit (#1488061)
- Fix setting title for truncated subject in IE (#1487128)
- Fix handling of links with IP address
- Fix compacting folder resets message list filter (#1488076)
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css
index 2982f0399..e14387a04 100644
--- a/roundcubemail/skins/default/mail.css
+++ b/roundcubemail/skins/default/mail.css
@@ -861,7 +861,6 @@ body.messagelist
#messagelist tbody tr td.subject a
{
cursor: default;
- display: inline-block;
vertical-align: middle;
}