From 76ac1557690b735bbb3c39a91ed6c764ff480427 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 13 Jun 2007 18:59:48 +0000 Subject: [PATCH] Monotone-Parent: b16a5885abdf2a0bad1a1b9c031283b5ca1f6701 Monotone-Revision: 698643db13282c41be897a2e6e80b32f848e6c50 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-06-13T18:59:48 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/SchedulerUI.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/UI/WebServerResources/SchedulerUI.css b/UI/WebServerResources/SchedulerUI.css index b3b26fc4c..167e89bac 100644 --- a/UI/WebServerResources/SchedulerUI.css +++ b/UI/WebServerResources/SchedulerUI.css @@ -20,7 +20,9 @@ DIV#tasksListView bottom: 0px; left: .2em; right: .7em; - padding: 0px; } + padding: 0px; + overflow-x: hidden; +} DIV#tasksListView H2 { font-size: 10pt; @@ -55,8 +57,9 @@ UL#tasksList, UL#calendarList { cursor: default; margin: .25em; padding: 0px; - overflow-x: hidden; + overflow: auto; overflow-y: auto; + overflow-x: hidden; border-bottom: 1px solid #fff; border-right: 1px solid #fff; border-top: 2px solid #222; @@ -270,7 +273,7 @@ TABLE#eventsList position: relative; width: 100%; } -TABLE#eventsList td.tbtv_subject_headercell, +TABLE#eventsList td.headerTitle, TABLE#eventsList td.headerLocation { width: 35%; }