From 91521cad705c01e6bc55256690b5ab8bb8fd7b9a Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 15 Aug 2008 14:46:11 +0000 Subject: [PATCH 1/2] Monotone-Parent: 20842c7bedd067f662544c3f0ea6480a9e8bfef3 Monotone-Revision: d1fc78da59aed56556acf8d76fa72b4ea0d54fdc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-08-15T14:46:11 Monotone-Branch: ca.inverse.sogo --- .../UIxAppointmentEditor.css | 40 +++++++++---------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/UI/WebServerResources/UIxAppointmentEditor.css b/UI/WebServerResources/UIxAppointmentEditor.css index ae002291f..1ff3d74fb 100644 --- a/UI/WebServerResources/UIxAppointmentEditor.css +++ b/UI/WebServerResources/UIxAppointmentEditor.css @@ -46,18 +46,27 @@ LABEL, SPAN.checkBoxList position: relative; line-height: 1.5em; height: 1.5em; - margin-left: .5em; + margin-left: 0px; margin-bottom: .5em; width: 100%; } +SELECT +{ margin-left: 1px; } + LABEL#commentArea { height: 15em; } LABEL#commentArea textarea -{ padding: 0; - margin: 0; +{ padding-bottom: 0em; + top: 0px; + left: 8em; width: 380px; - height: 15em; } + height: 15em; + vertical-align: bottom; + position: absolute; + padding: 0px; + margin: 0px; + margin-left: 1px; } SPAN.checkBoxList#participantsCB { height: 7em; } @@ -83,15 +92,6 @@ SPAN.content SPAN.content A { line-height: 2em; } -TEXTAREA -{ position: absolute; - top: 0px; - left: 8em; - vertical-align: bottom; - bottom: 1em; - right: 1em; - padding-bottom: 0em; } - A#changeUrlButton { margin-left: 1em; } @@ -125,14 +125,12 @@ SPAN#categoriesCB LABEL { margin-left: 0px; margin-right: 1em; } -SPAN#allDay > INPUT -{ position: static; } - SPAN.content > INPUT -{ position: absolute; - top: 0px; - left: 0px; - right: 0px; } +{ width: 380px; } + +SPAN#allDay > INPUT +{ position: static; + width: auto; } LABEL#urlArea INPUT { position: static; } @@ -157,4 +155,4 @@ DIV#attendeesMenu LI.needs-action DIV#attendeesMenu LI.declined { background-image: url("declined.png"); background-repeat: no-repeat; - background-position: 5px center; } \ No newline at end of file + background-position: 5px center; } From 8478bc27dec17e382aaf58730a0fb8bcab3adbf8 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 15 Aug 2008 14:59:41 +0000 Subject: [PATCH 2/2] Monotone-Parent: d1fc78da59aed56556acf8d76fa72b4ea0d54fdc Monotone-Revision: 7b387d165ebb8390cda766a1c2730b608923acbb Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-08-15T14:59:41 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/SchedulerUI.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/SchedulerUI.css b/UI/WebServerResources/SchedulerUI.css index 366cb48b7..b4026a14b 100644 --- a/UI/WebServerResources/SchedulerUI.css +++ b/UI/WebServerResources/SchedulerUI.css @@ -421,7 +421,7 @@ DIV#calendarHeader DIV.days border-right: 1px solid #ccc; border-top: 1px solid #ccc; left: 5em; - margin-left: 1px; + margin-left: 2px; margin-right: 16px; right: 0px; overflow: hidden; }