CSS fix for attendees menu in rw events

Monotone-Parent: 863a2bf77ab81b7d1c3fc3135371ca8eab6a32f9
Monotone-Revision: 899206f7c226dc54fe1ae5572a100c714b7330c1

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-07-29T21:46:11
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2009-07-29 21:46:11 +00:00
parent b3c7b6f4a7
commit 897c06cf98
1 changed files with 14 additions and 7 deletions

View File

@ -121,14 +121,13 @@ A#attendeesHref
{ color: #00f;
text-decoration: underline; }
DIV#attendeesMenu *
{ cursor: pointer;
padding-left: 20px;
background-repeat: no-repeat;
background-position: 5px center; }
DIV#attendeesMenu LI
{ padding-left: 10px; }
DIV#attendeesMenu *:hover
{ text-decoration: underline; }
DIV#attendeesMenu .attendee
{ background-repeat: no-repeat;
background-position: 5px center;
padding-left: 22px; }
DIV#attendeesMenu .accepted
{ background-image: url("accepted.png"); }
@ -138,3 +137,11 @@ DIV#attendeesMenu .needs-action
DIV#attendeesMenu .declined
{ background-image: url("declined.png"); }
/* read-only view */
DIV#attendeesMenu DIV
{ cursor: pointer;
padding-left: 20px; }
DIV#attendeesMenu DIV:hover
{ text-decoration: underline; }