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; }