diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-08 08:18:22 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-08 08:18:22 +0000 |
| commit | dfa4210f4ce73d82f3023cff1b624b0ab59a41cf (patch) | |
| tree | ec509e53d24529e978ef1fd9933db55cc7280138 /roundcubemail/skins/default/mail.css | |
| parent | 58002b283e6cf6776502997d3065f1d8e95966a7 (diff) | |
- Use 'messageicons' sprite in markmessagemenu + some fixes
git-svn-id: https://svn.roundcube.net/trunk@4062 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 45 |
1 files changed, 25 insertions, 20 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 2a524e8a5..d1715971e 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -207,24 +207,29 @@ background-position: 7px -71px; } -#markmessagemenu a.readlink +#markmessagemenu li a { - background: url(images/icons/dot.png) no-repeat 7px 2px; + background: url(images/messageicons.png) no-repeat; } -#markmessagemenu a.unreadlink +#markmessagemenu li a.readlink { - background: url(images/icons/unread.png) no-repeat 7px 2px; + background-position: 7px -51px; } -#markmessagemenu a.flaggedlink +#markmessagemenu li a.unreadlink { - background: url(images/icons/flagged.png) no-repeat 7px 2px; + background-position: 7px -119px; } -#markmessagemenu a.unflaggedlink +#markmessagemenu li a.flaggedlink { - background: url(images/icons/unflagged.png) no-repeat 7px 2px; + background-position: 7px -153px; +} + +#markmessagemenu li a.unflaggedlink +{ + background-position: 7px -136px; } #searchfilter @@ -728,67 +733,67 @@ body.messagelist #messagelist tr td.attachment span.attachment { - background-position: -150px 0; + background-position: 0 -170px; } #messagelist tr td.flag span.flagged { - background-position: -135px 0; + background-position: 0 -153px; } #messagelist tr td.flag span.unflagged:hover { - background-position: -120px 0; + background-position: 0 -136px; } #messagelist tr td.subject span.msgicon, #messagelist tr td.subject span.msgicon.unreadchildren { - background-position: -45px 0; + background-position: 0 -51px; margin: 0 2px; cursor: pointer; } #messagelist tr td.subject span.msgicon.replied { - background-position: -60px 0; + background-position: 0 -68px; } #messagelist tr td.subject span.msgicon.forwarded { - background-position: -75px 0; + background-position: 0 -85px; } #messagelist tr td.subject span.msgicon.replied.forwarded { - background-position: -90px 0; + background-position: 0 -102px; } #messagelist tr td.subject span.msgicon.deleted { - background-position: -165px 0; + background-position: 0 -187px; } #messagelist tr td.subject span.msgicon.unread { - background-position: -105px 0; + background-position: 0 -119px; } #messagelist tr td div.collapsed { - background-position: -195px 0; + background-position: 0 -221px; cursor: pointer; } #messagelist tr td div.expanded { - background-position: -180px 0; + background-position: 0 -204px; cursor: pointer; } #messagelist tr td.threads div.listmenu { - background-position: -210px 1px; + background-position: 0 -238px; cursor: pointer; } |
