alecpl
2011-09-12 5f129dd05313d2d697941bc2a0afbe44c9d3a138
- Fix text-overflow:ellipsis issues on messages list in FF7 and Webkit (#1488061)


2 files modified
2 ■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
skins/default/mail.css 1 ●●●● patch | view | raw | blame | history
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)
skins/default/mail.css
@@ -861,7 +861,6 @@
#messagelist tbody tr td.subject a
{
  cursor: default;
  display: inline-block;
  vertical-align: middle;
}