From bcc147aed98f2fe3256300be6740f8f08abcc105 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 22 Nov 2007 14:52:03 +0000 Subject: [PATCH] Monotone-Parent: a949c0a5881acabcd4cf2e8940f829cbd16b1037 Monotone-Revision: 453e43c2ab4fa9ffdfc48f065c8428072096e990 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-22T14:52:03 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/UIxAttendeesEditor.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/UI/WebServerResources/UIxAttendeesEditor.css b/UI/WebServerResources/UIxAttendeesEditor.css index 48873f787..808d0012a 100644 --- a/UI/WebServerResources/UIxAttendeesEditor.css +++ b/UI/WebServerResources/UIxAttendeesEditor.css @@ -58,10 +58,17 @@ TABLE#freeBusy TD.attendees IMG top: 0.5em; } TABLE#freeBusy TD.attendees INPUT -{ width: 11.5em; +{ background-image: url('/SOGo.woa/WebServerResources/abcard.gif'); + background-repeat: no-repeat; + background-position: 2px center; + width: 11.5em; margin: 0px; + padding-left: 24px; margin-left: 5px; } +TABLE#freeBusy TR.futureAttendee INPUT +{ background-image: none; } + TABLE#freeBusy TR.freeBusyHeader2 TH { font-weight: normal; }