mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 22:53:18 +00:00
merge of '6554f23cdb0a8f5750823a6297e26d8134456619'
and 'e66413b1d356cd2a685502a8443bfd09cf20b6a5' Monotone-Parent: 6554f23cdb0a8f5750823a6297e26d8134456619 Monotone-Parent: e66413b1d356cd2a685502a8443bfd09cf20b6a5 Monotone-Revision: 63a530bbdbc486f47136825ad11a2ed0267f8e1e Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-10-25T20:36:28 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -240,21 +240,50 @@ span.mailer_datefield
|
||||
|
||||
TD.mailer_readmailsubject
|
||||
{
|
||||
background-image: url(message-mail-read.png) !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-position: 0px 0px !important;
|
||||
padding-left: 20px !important;
|
||||
}
|
||||
|
||||
TD.mailer_unreadmailsubject
|
||||
{
|
||||
background-image: url(message-mail.png) !important;
|
||||
background-image: url(icon-new.png) !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-position: 0px 0px !important;
|
||||
padding-left: 20px !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
TD.mailer_repliedmailsubject
|
||||
{
|
||||
background-image: url(icon-replied.png) !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-position: 0px 0px !important;
|
||||
padding-left: 20px !important;
|
||||
}
|
||||
|
||||
TD.mailer_forwardedmailsubject
|
||||
{
|
||||
background-image: url(icon-forwarded.png) !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-position: 0px 0px !important;
|
||||
padding-left: 20px !important;
|
||||
}
|
||||
|
||||
TD.mailer_forwardedrepliedmailsubject
|
||||
{
|
||||
background-image: url(icon-forwarded-replied.png) !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-position: 0px 0px !important;
|
||||
padding-left: 20px !important;
|
||||
}
|
||||
|
||||
TD.mailer_deletedmailsubject
|
||||
{
|
||||
background-image: url(icon-deleted.png) !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-position: 0px 0px !important;
|
||||
padding-left: 20px !important;
|
||||
}
|
||||
|
||||
TD.mailer_readmailsubject a
|
||||
{
|
||||
color: black;
|
||||
|
||||
Reference in New Issue
Block a user