diff options
author | Aleksander Machniak <machniak@kolabsys.com> | 2013-10-25 20:14:53 +0200 |
---|---|---|
committer | Aleksander Machniak <machniak@kolabsys.com> | 2013-10-25 20:14:53 +0200 |
commit | f202a7e8b17c5284daf554c2de91a1ec68c76da0 (patch) | |
tree | 0641dc77df9f1db59e8576cd0a0f1d6a6c7732f5 | |
parent | 89e50739b4ea47ef21e5d4864b7101585a94bea8 (diff) |
Fixed status icon in messages list header, fixed position of flag icon
-rw-r--r-- | skins/larry/images/listicons.png | bin | 26242 -> 33661 bytes | |||
-rw-r--r-- | skins/larry/mail.css | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/images/listicons.png b/skins/larry/images/listicons.png Binary files differindex e2906d957..2527fe10d 100644 --- a/skins/larry/images/listicons.png +++ b/skins/larry/images/listicons.png diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 141b61107..0c6166485 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -646,7 +646,7 @@ table.messagelist.fixedcopy { } .messagelist thead tr td.flag span.flagged { - background-position: -24px -1036px; + background-position: -22px -1036px; } .messagelist tr td.status span.msgicon:hover { @@ -700,7 +700,7 @@ table.messagelist.fixedcopy { } .messagelist thead tr td.status span.status { - background-position: -24px -1016px; + background-position: -23px -1017px; } .messagelist tr td div.collapsed { |