From 57bd61bec4e68d1e0fcf8d72ee9dcaa4aa2f001d Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 15 May 2007 18:37:31 +0000 Subject: [PATCH 1/2] Monotone-Parent: 349943f14a2072de2bead5914325b1b11a7c4f90 Monotone-Revision: d194e61107e8f01a080539a4e1940aefffbc4116 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-05-15T18:37:31 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/SchedulerUI.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/UI/WebServerResources/SchedulerUI.css b/UI/WebServerResources/SchedulerUI.css index f5478271d..8595f5287 100644 --- a/UI/WebServerResources/SchedulerUI.css +++ b/UI/WebServerResources/SchedulerUI.css @@ -40,6 +40,9 @@ DIV#tasksListView LABEL DIV#calendarSelectorView { top: 0px; } +DIV#calendarSelectorView +{ overflow: hidden; } + DIV#calendarsList { height: 100%; padding: 0px; @@ -58,7 +61,6 @@ UL#tasksList, UL#calendarList { cursor: default; margin: .25em; padding: 0px; - overflow: auto; overflow-x: hidden; overflow-y: auto; border-bottom: 1px solid #fff; @@ -142,12 +144,12 @@ DIV#rightPanel DIV#appointmentsListView { position: absolute; + display: block; background: #fff; height: 15.5em; - top: 2.5em; - left: 0px; + margin: 0.5em 0px 0px 0px; + min-width: 600px; width: 100%; - overflow: auto; } DIV#calendarView @@ -158,7 +160,6 @@ DIV#calendarView margin-top: 5px; bottom: 0px; width: 100%; - overflow: hidden; border-top: 1px solid #aaa; border-left: 1px solid #aaa; } @@ -294,7 +295,11 @@ DIV#calendarView A border: 1px solid #deebf7; } TABLE#appointmentsList -{ width: 100%; } +{ display: table; + width: 100%; } + +TABLE#appointmentsList td.tbtv_headercell + { width: 25%; } #dateSelector TD._selected, UL > LI._selected, From efefc06f50f043c7d4490565120066f3b096d726 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 15 May 2007 19:56:24 +0000 Subject: [PATCH 2/2] Monotone-Parent: d194e61107e8f01a080539a4e1940aefffbc4116 Monotone-Revision: 18a1868903a3a17e253ed75c8d0312ab8c957834 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-05-15T19:56:24 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/SchedulerUI.css | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/UI/WebServerResources/SchedulerUI.css b/UI/WebServerResources/SchedulerUI.css index 8595f5287..13d11feb5 100644 --- a/UI/WebServerResources/SchedulerUI.css +++ b/UI/WebServerResources/SchedulerUI.css @@ -138,8 +138,7 @@ DIV#rightPanel margin: 0px; margin-left: 5px; padding: 0px; - overflow: hidden; -} + overflow: hidden; } DIV#appointmentsListView { @@ -148,9 +147,7 @@ DIV#appointmentsListView background: #fff; height: 15.5em; margin: 0.5em 0px 0px 0px; - min-width: 600px; - width: 100%; -} + min-width: 600px; } DIV#calendarView { @@ -295,11 +292,16 @@ DIV#calendarView A border: 1px solid #deebf7; } TABLE#appointmentsList -{ display: table; - width: 100%; } +{ ddisplay: table; } -TABLE#appointmentsList td.tbtv_headercell - { width: 25%; } +TABLE#appointmentsList td.tbtv_subject_headercell + { width: 35%; } + +TABLE#appointmentsList td.headerDateTime +{ width: 17em; } + +TABLE#appointmentsList td.headerLocation +{ width: 20%; } #dateSelector TD._selected, UL > LI._selected,