Monotone-Parent: 1d7595555adaaa499a56601d8635282526350a2e

Monotone-Revision: 417eb1a0caae0d680292391081de2e4b99beecda

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-01-08T20:29:51
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-01-08 20:29:51 +00:00
parent 185195814e
commit f4e0ba66e6
11 changed files with 191 additions and 50 deletions

View File

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