Monotone-Parent: 396cb9daa0f5866edb2141f879e47a4b45dbabce

Monotone-Revision: 534a14b91a815041d27ce212e28d37e2b61c6344

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-04-24T19:19:43
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-04-24 19:19:43 +00:00
parent 6f090c6846
commit c3a3f375b7
4 changed files with 19 additions and 23 deletions

View File

@@ -936,25 +936,19 @@ DIV#calendarHeader DIV.event
DIV.event DIV.text
{ font-size: 92%; }
DIV.event.needs-action DIV.text
{ background-image: url("needs-action.png");
DIV.event.alarm DIV.text
{ background-image: url("alarm.png");
background-repeat: no-repeat;
background-position: top right; }
DIV.event.accepted DIV.text
{ background-image: url("accepted.png");
background-repeat: no-repeat;
background-position: top right; }
DIV.eventInside.needs-action
{ border: 2px dotted #666;
-moz-opacity: 0.6;
opacity: 0.6; }
DIV.event.declined DIV.text
{ background-image: url("declined.png");
background-repeat: no-repeat;
background-position: top right; }
DIV.event.tentative DIV.text
{ background-image: url("tentative.png");
background-repeat: no-repeat;
background-position: top right; }
DIV.eventInside.declined
{ -moz-opacity: 0.3;
opacity: 0.3; }
DIV#daysView DIV[class~="event"].starts0
{ top: 0.000000%; }