diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-06-20 11:59:14 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-06-20 12:00:20 +0200 |
commit | fd41f7d500cbd80ed27c706a7f966934efc3dea7 (patch) | |
tree | 722796d09a6e8a730f577c44066cac54ad09c09e /skins/larry/mail.css | |
parent | e186a7ac8078641cab31c06e807bf696830aa153 (diff) |
Better icons with distinct shapes for priority columns (#1488377); fix overflow in decorated drop-downs
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index b738dfef3..a749c6d12 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -491,25 +491,20 @@ a.iconbutton.threadmode.selected { background-position: -24px -1116px; } -#messagelist tr td.priority { - padding-right: 0; - text-align: right; -} - #messagelist tr td.priority span.prio5 { - background-position: right -1905px; + background-position: 0 -1905px; } #messagelist tr td.priority span.prio4 { - background-position: right -1885px; + background-position: 0 -1885px; } #messagelist tr td.priority span.prio2 { - background-position: right -1865px; + background-position: 0 -1865px; } #messagelist tr td.priority span.prio1 { - background-position: right -1845px; + background-position: 0 -1845px; } #messagelist tbody tr td.flag span.flagged { |