diff --git a/UI/WebServerResources/UIxAppointmentEditor.css b/UI/WebServerResources/UIxAppointmentEditor.css index ffb011cb5..21709aa25 100644 --- a/UI/WebServerResources/UIxAppointmentEditor.css +++ b/UI/WebServerResources/UIxAppointmentEditor.css @@ -7,9 +7,11 @@ DIV.appointmentLabel DIV#editorTabs { + position: absolute; + top: 4.5em; left: 0px; right: 0px; - height: 38em; + bottom: 0px; } DIV#editorTabs > DIV.tab @@ -84,7 +86,7 @@ TEXTAREA top: 0px; left: 8em; vertical-align: bottom; - height: 10em; + bottom: 1em; right: 1em; padding-bottom: 1em; } diff --git a/UI/WebServerResources/UIxContactEditor.css b/UI/WebServerResources/UIxContactEditor.css index 944ad84b4..d3cb32715 100644 --- a/UI/WebServerResources/UIxContactEditor.css +++ b/UI/WebServerResources/UIxContactEditor.css @@ -55,5 +55,4 @@ DIV.tab TD.secondColumn INPUT.textField { width: 40%; } #otherInfos TEXTAREA -{ width: 70%; - height: 10em; } +{ width: 70%; }