From 897c06cf98fe9a83f9be2b80a0beca95ff086a5a Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 29 Jul 2009 21:46:11 +0000 Subject: [PATCH] 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 --- .../UIxAppointmentEditor.css | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/UI/WebServerResources/UIxAppointmentEditor.css b/UI/WebServerResources/UIxAppointmentEditor.css index 9fa7e42c3..c2e6d332a 100644 --- a/UI/WebServerResources/UIxAppointmentEditor.css +++ b/UI/WebServerResources/UIxAppointmentEditor.css @@ -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; }