Monotone-Parent: e80fcb63581735f3366500b850eb549e8db6292f

Monotone-Revision: cba2c1a4663c3def7a5d54e73def008d13226f40

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-12-12T17:48:19
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-12-12 17:48:19 +00:00
parent ae9f5def85
commit 3a6e07b9e2
11 changed files with 243 additions and 116 deletions

View File

@@ -902,6 +902,26 @@ DIV.monthView DIV.event
DIV.event DIV.text
{ font-size: 92%; }
DIV.event.needs-action DIV.text
{ background-image: url("needs-action.png");
background-repeat: no-repeat;
background-position: 98% 95%; }
DIV.event.accepted DIV.text
{ background-image: url("accepted.png");
background-repeat: no-repeat;
background-position: 98% 95%; }
DIV.event.declined DIV.text
{ background-image: url("declined.png");
background-repeat: no-repeat;
background-position: 98% 95%; }
DIV.event.tentative DIV.text
{ background-image: url("tentative.png");
background-repeat: no-repeat;
background-position: 98% 95%; }
DIV#daysView DIV[class~="event"].starts0
{ top: 0.000000%; }