From 96f023d108c3304393f30436f93ac81b321cc968 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 29 Nov 2012 14:00:10 -0500 Subject: [PATCH] Mail: Improve iCal viewer --- .../MailPartViewers/UIxMailPartICalViewer.wox | 78 ++++++++----------- UI/WebServerResources/MailerUI.css | 5 +- 2 files changed, 34 insertions(+), 49 deletions(-) diff --git a/UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox b/UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox index 9bfaad5db..12fca2152 100644 --- a/UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox +++ b/UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox @@ -193,62 +193,46 @@
- - - - - +
+
:
+
+ + + + + + + + + + + + + + + + +
-
- - - - - - - - - - - - - - -
: - - - - - - - - - - - - - - - - - - -
: - : +
-
: + +
:
-
( , )
-
+
-
: - -
+ +
:
+
+
+
diff --git a/UI/WebServerResources/MailerUI.css b/UI/WebServerResources/MailerUI.css index d182c4213..670866aab 100644 --- a/UI/WebServerResources/MailerUI.css +++ b/UI/WebServerResources/MailerUI.css @@ -625,7 +625,6 @@ DIV.linked_attachment_body DIV.linked_attachment_meta { color: #444444; - font-style: italic; border-width: 0; padding: 2px; } @@ -633,7 +632,6 @@ DIV.linked_attachment_meta TABLE.linked_attachment_meta { color: #444444; - font-style: italic; } DIV.linked_attachment_body HR @@ -854,6 +852,9 @@ TR#messageCountHeader TD #iCalAttendees { padding: 0; } +#iCalAttendees dt +{ font-weight: bold; } + #iCalAttendees SPAN { line-height: 19px; }