Fix for bug #227

Monotone-Parent: 1f071b472ff826a3cdfb0f8ecafbe3f2c31e969e
Monotone-Revision: c6211d892652356a678ac26ac4f287499fbe91ea

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-12-22T20:23:50
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2009-12-22 20:23:50 +00:00
parent bf68910d9b
commit 843af28d1a
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