mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-24 07:32:44 +00:00
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:
@@ -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%; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user