diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-04 15:45:17 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-04 15:45:17 +0200 |
commit | f25be2b863ec997dbe49d655db3a5a80a1f17bb7 (patch) | |
tree | 3cde2c97c133382ffb38cbe27940e799272c0a3b /skins/larry | |
parent | 72afe3153cfaf0f8aaa0a4db115fea62959ff6d1 (diff) |
Render localized texts for icon-style messagelist headers
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/mail.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index a0b66d9be..98836bba2 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -596,6 +596,8 @@ table.messagelist.fixedcopy { .messagelist tr > .priority span { display: block; width: 20px; + text-indent: -5000px; + overflow: hidden; } .messagelist tr td div.collapsed, |