merge of 'a678bfc28369a5cca8665c85a0a2e944c1a1fa37'

and 'c6211d892652356a678ac26ac4f287499fbe91ea'

Monotone-Parent: a678bfc28369a5cca8665c85a0a2e944c1a1fa37
Monotone-Parent: c6211d892652356a678ac26ac4f287499fbe91ea
Monotone-Revision: becba1041ad050a1189effa1d6444a31a7727dc3

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-12-22T20:34:02
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-12-22 20:34:02 +00:00
6 changed files with 14 additions and 1 deletions

View File

@@ -133,17 +133,30 @@ DIV#attendeesMenu DIV
DIV#attendeesMenu .accepted
{ background-image: url("accepted.png"); }
DIV#attendeesMenu .accepted:hover
{ background-image: url("accepted.selected.png"); }
DIV#attendeesMenu .needs-action
{ background-image: url("needs-action.png"); }
DIV#attendeesMenu .needs-action:hover
{ background-image: url("needs-action.selected.png"); }
DIV#attendeesMenu .declined
{ background-image: url("declined.png"); }
DIV#attendeesMenu .declined:hover
{ background-image: url("declined.selected.png"); }
DIV#attendeesMenu .delegated
{ background-image: url("delegated.png"); }
DIV#attendeesMenu .delegated:hover
{ background-image: url("delegated.selected.png"); }
DIV#attendeesMenu .delegate
{ margin-left: 10px; }
{ background-position: 15px center;
padding-left: 32px; }
/* read-only view */
DIV#attendeesMenu DIV

Binary file not shown.

Before

Width:  |  Height:  |  Size: 607 B

After

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 B