From d59aa71bef7f077a5832196f57ec36c443c69ca2 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 12 Feb 2007 13:52:33 +0000 Subject: [PATCH] Monotone-Parent: 7ce0966fc13ccbfb75f533a6985bed77edeee8ab Monotone-Revision: 6e145d0932198647579b6cf88eae823f3dfc2fd5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-02-12T13:52:33 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/UIxAppointmentEditor.css | 6 ++++-- UI/WebServerResources/UIxContactEditor.css | 3 +-- 2 files changed, 5 insertions(+), 4 deletions(-) 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%; }