diff options
author | thomascube <thomas@roundcube.net> | 2012-01-10 21:09:55 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-10 21:09:55 +0000 |
commit | 004a08d3f86ce76077c1f7a46dc2036f6339fc58 (patch) | |
tree | 1cf70140e2a82a93c8b411cab8dcd0f79d51f922 /skins/larry/mail.css | |
parent | 03fe1c2ad312eb55799ac4498826829df4bf70d4 (diff) |
Added more icons for Larry
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 30 |
1 files changed, 10 insertions, 20 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index c07d5e76e..ac909cc19 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -438,35 +438,26 @@ a.iconbutton.threadmode.selected { background-position: -24px -997px; } -/* -#messagelist tr td.attachment span.report { - background-position: 0 -255px; -} - -#messagelist tr td.priority span.priority { - background-position: 0 -309px; +#messagelist tr td.priority { + padding-right: 0; } #messagelist tr td.priority span.prio5 { - background-position: 0 -358px; + background-position: right -1905px; } #messagelist tr td.priority span.prio4 { - background-position: 0 -340px; -} - -#messagelist tr td.priority span.prio3 { - background-position: 0 -324px; + background-position: right -1885px; } #messagelist tr td.priority span.prio2 { - background-position: 0 -309px; + background-position: right -1865px; } #messagelist tr td.priority span.prio1 { - background-position: 0 -290px; + background-position: right -1845px; } -*/ + #messagelist tbody tr td.flag span.flagged { background-position: 0 -1036px; } @@ -680,20 +671,19 @@ h3.subject { padding-right: 12px; } -.headers-table .iconlink { +#messagepreviewheader .iconlink { text-indent: -1000px; padding: 1px 1px 1px 20px; } -.headers-table .iconlink.add { +#messagepreviewheader .iconlink.add { background-position: -5px -359px; } -.headers-table .iconlink.delete { +#messagepreviewheader .iconlink.delete { background-position: -5px -339px; } - #full-headers { position: relative; color: #666; |