From 2b1e888f254365dba62a95be46c337255cb86d66 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 13 Jul 2007 20:35:10 +0000 Subject: [PATCH] Monotone-Parent: ae4f77762bbf4d026858b1c6f07cd3e9800ec5d7 Monotone-Revision: 8c475ae12623cd98a9327714ee6321cf6526a51e Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-07-13T20:35:10 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/UIxAppointmentEditor.css | 6 ++++++ UI/WebServerResources/UIxTaskEditor.css | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/UI/WebServerResources/UIxAppointmentEditor.css b/UI/WebServerResources/UIxAppointmentEditor.css index 383f1ef6e..c52611a32 100644 --- a/UI/WebServerResources/UIxAppointmentEditor.css +++ b/UI/WebServerResources/UIxAppointmentEditor.css @@ -62,6 +62,12 @@ LABEL, SPAN.checkBoxList LABEL#commentArea { height: 15em; } +LABEL#commentArea textarea +{ padding: 0; + margin: 0; + width: 380px; + height: 15em; } + SPAN.checkBoxList#participantsCB { height: 7em; } diff --git a/UI/WebServerResources/UIxTaskEditor.css b/UI/WebServerResources/UIxTaskEditor.css index 579f492c5..4e3201728 100644 --- a/UI/WebServerResources/UIxTaskEditor.css +++ b/UI/WebServerResources/UIxTaskEditor.css @@ -34,6 +34,12 @@ LABEL, SPAN.checkBoxList LABEL#commentArea { height: 15em; } +LABEL#commentArea textarea +{ padding: 0; + margin: 0; + width: 380px; + height: 15em; } + SPAN.checkBoxList#participantsCB { height: 7em; }