Mantis 78

Monotone-Parent: 244b022b573e6f31bb6d274bcd23e14acd12414b
Monotone-Revision: f9dd483f39d42723f222b997f3c1e66833300458

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-07-27T12:48:27
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-07-27 12:48:27 +00:00
parent 949d2af8cc
commit 1acef513be
18 changed files with 403 additions and 163 deletions

View File

@@ -121,20 +121,22 @@ A#attendeesHref
{ color: #00f;
text-decoration: underline; }
DIV#attendeesMenu LI
DIV#attendeesMenu *
{ padding-left: 20px; }
DIV#attendeesMenu LI.accepted
DIV#
DIV#attendeesMenu .accepted
{ background-image: url("accepted.png");
background-repeat: no-repeat;
background-position: 5px center; }
DIV#attendeesMenu LI.needs-action
DIV#attendeesMenu .needs-action
{ background-image: url("needs-action.png");
background-repeat: no-repeat;
background-position: 5px center; }
DIV#attendeesMenu LI.declined
DIV#attendeesMenu .declined
{ background-image: url("declined.png");
background-repeat: no-repeat;
background-position: 5px center; }