Monotone-Parent: 1d8390cb8afe22fe543231383205ab7e41337609

Monotone-Revision: f633654a120834c13835a3ef41a1418e31efffe3

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-07-16T21:48:54
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-07-16 21:48:54 +00:00
parent f2527bfde3
commit f0d7546b8b
8 changed files with 259 additions and 182 deletions

View File

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