mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-28 00:09:29 +00:00
Fixed CSS of messages flags in mail module.
Monotone-Parent: b454b5973c4400cc932bffd59af326c0750b5d9c Monotone-Revision: 406f448ce3cddf83f0b7075cd2e1698b2fbbc5d0 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-06-22T14:46:41 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -345,18 +345,18 @@ TR.mailer_repliedmailsubject TD.messageSubjectColumn
|
||||
background-repeat: no-repeat !important;
|
||||
background-position: 0px 0px !important; }
|
||||
|
||||
TD.mailer_forwardedmailsubject
|
||||
TR.mailer_forwardedmailsubject TD.messageSubjectColumn
|
||||
{ background-image: url(icon-forwarded.png) !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-position: 0px 0px !important; }
|
||||
|
||||
TD.mailer_forwardedrepliedmailsubject
|
||||
TR.mailer_forwardedrepliedmailsubject TD.messageSubjectColumn
|
||||
{
|
||||
background-image: url(icon-forwarded-replied.png) !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-position: 0px 0px !important; }
|
||||
|
||||
TD.mailer_deletedmailsubject
|
||||
TR.mailer_deletedmailsubject TD.messageSubjectColumn
|
||||
{
|
||||
background-image: url(icon-deleted.png) !important;
|
||||
background-repeat: no-repeat !important;
|
||||
|
||||
Reference in New Issue
Block a user