From 7885aa117fa621ba3ff71679b19ee45b84319262 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 18 Aug 2009 01:43:48 +0000 Subject: [PATCH] Fix for IE in Calendar properties window Monotone-Parent: beb2fb890a599cef48ee59d92816a5e06ba02a1f Monotone-Revision: b5a68a922e7dfe7ff0ee88a40ce86bf257337314 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-08-18T01:43:48 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/iefixes.css | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/UI/WebServerResources/iefixes.css b/UI/WebServerResources/iefixes.css index 2a9c99fe8..87ed4e43c 100644 --- a/UI/WebServerResources/iefixes.css +++ b/UI/WebServerResources/iefixes.css @@ -280,10 +280,10 @@ DIV#daysView DIV.event.lasts96 { height: 96em; } DIV#attendeesMenu LI.separator { padding-left: 0px; } -SPAN.content A +#eventView SPAN.content A { line-height: 2.5em; } -SPAN.content > INPUT.textField +#eventView SPAN.content > INPUT.textField { width: 99%; } /* UIxAttendeesEditor */ @@ -308,14 +308,24 @@ TABLE { empty-cells: show; } /* UIxCalendarProperties */ + BUTTON#colorButton { margin-top: 2px; } +DIV#propertiesView FIELDSET +{ margin: 0.5em; + padding: 5px; } + +DIV#propertiesView LEGEND +{ margin-bottom: 5px; } + /* UIxMailPartICalViewer */ -fieldset + +#messageContent FIELDSET { padding: 0.5em 1.0em; } -fieldset div, fieldset p +#messageContent FIELDSET DIV, +#messageContent FIELDSET P { margin: 1.0em; } /* UIxMailEditor */