[Tickets #7519] Visual enhancements of Mailbox view
bugs at horde.org
bugs at horde.org
Thu Oct 16 19:12:09 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7519
------------------------------------------------------------------------------
Ticket | 7519
Created By | jason at alsingsonline.com
Summary | Visual enhancements of Mailbox view
Queue | DIMP
Version | 1.1
Type | Enhancement
State | New
Priority | 1. Low
Milestone |
Patch |
Owners |
+New Attachment | ScreenShot001.png
------------------------------------------------------------------------------
jason at alsingsonline.com (2008-10-16 15:12) wrote:
I prefer a more consistent look in the mailbox view, similar to
Outlook where each message has a status of some sort. I've made a
default background to .msState which is "seen" and moved the msCompose
items over to msState so all statuses are in the same column. Moving
div.flagged over to msCompose creates the flag icon in it's own
column. Perhaps this isn't for everyone but I like the look quite a
bit better. Here are the relevant changes to themes/screen.css and
themes/silver/screen.css
/* Status images and flags selectors: status column */
.msglist .msState {
background: transparent url("graphics/mail_seen.png") center
center no-repeat;
}
.msglist div.unseen .msState {
background: transparent url("graphics/mail_unseen.png") center
center no-repeat;
}
.msglist div.flagged .msCompose {
background: transparent url("graphics/mail_flagged.png") center
center no-repeat;
}
.msglist div.deletedmsg .msState {
background: transparent url("graphics/mail_deleted.png") center
center no-repeat;
}
/* Status images and flags selectors: priority column */
.msglist div.unimportant .msPri {
background: transparent url("graphics/mail_priority_low.png")
center center no-repeat;
}
.msglist div.important .msPri {
background: transparent url("graphics/mail_priority_high.png")
center center no-repeat;
}
/* Status images and flags selectors: compose status column */
.msglist div.answered .msState {
background: transparent url("graphics/mail_answered.png") center
center no-repeat;
}
.msglist div.draft .msState {
background: transparent url("graphics/mail_draft.png") center
center no-repeat;
}
More information about the bugs
mailing list