Improved read-only tasks/events web view

Monotone-Parent: af17dd6e983493b4bd201d8d0a23bdac014fa84c
Monotone-Revision: 08f744da20c99e50446879fca5f5ee8194b2217b

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-07-29T18:46:44
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-07-29 18:46:44 +00:00
parent d7a9423108
commit 1cc51af9ef
11 changed files with 266 additions and 175 deletions

View File

@@ -122,19 +122,19 @@ A#attendeesHref
text-decoration: underline; }
DIV#attendeesMenu *
{ padding-left: 20px; }
{ cursor: pointer;
padding-left: 20px;
background-repeat: no-repeat;
background-position: 5px center; }
DIV#attendeesMenu *:hover
{ text-decoration: underline; }
DIV#attendeesMenu .accepted
{ background-image: url("accepted.png");
background-repeat: no-repeat;
background-position: 5px center; }
{ background-image: url("accepted.png"); }
DIV#attendeesMenu .needs-action
{ background-image: url("needs-action.png");
background-repeat: no-repeat;
background-position: 5px center; }
{ background-image: url("needs-action.png"); }
DIV#attendeesMenu .declined
{ background-image: url("declined.png");
background-repeat: no-repeat;
background-position: 5px center; }
{ background-image: url("declined.png"); }