From e8d3e71d93481673a608a6d1af4c18aac104caad Mon Sep 17 00:00:00 2001 From: "mvl%exedo.nl" Date: Mon, 15 Nov 2004 18:43:13 +0000 Subject: [PATCH] bug 242317 attachment 166010, day and weekday titles in calendar view scroll away [weekview] r=gekacheka --- calendar/resources/content/weekView.xul | 3882 +++++++++-------- calendar/resources/skin/classic/calendar.css | 11 +- calendar/resources/skin/modern/calendar.css | 11 +- .../themes/pinstripe/sunbird/calendar.css | 11 +- .../themes/winstripe/sunbird/calendar.css | 11 +- 5 files changed, 1982 insertions(+), 1944 deletions(-) diff --git a/calendar/resources/content/weekView.xul b/calendar/resources/content/weekView.xul index 8edec89f2db0..09a80675d9a6 100644 --- a/calendar/resources/content/weekView.xul +++ b/calendar/resources/content/weekView.xul @@ -103,1965 +103,1967 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - + - - - - + + + + - + - + - - - - + + + + - + - + - - - - + + + + - - + + - - - - + + + + - - + + - - - - + + + + - - + + - - - - + + + + - - + + - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/calendar/resources/skin/classic/calendar.css b/calendar/resources/skin/classic/calendar.css index 066feb6c3a38..a86789eac349 100644 --- a/calendar/resources/skin/classic/calendar.css +++ b/calendar/resources/skin/classic/calendar.css @@ -1203,10 +1203,19 @@ overflow can be set to scroll instead of auto because fewer errors in the event position are then observed (ERic 20/06/03) */ +#week-view-hscroll-box +{ + overflow-x : visible; + overflow-y : auto; +} + #week-view-content-box { + /* overflow: for 1.7, overflow-x for newer */ overflow : auto; - background-color :#ffffff; + overflow-x : hidden; + overflow-y : auto; + background-color : #ffffff; -moz-user-focus : normal; /*padding : 2px;*/ } diff --git a/calendar/resources/skin/modern/calendar.css b/calendar/resources/skin/modern/calendar.css index 1d994dd640e7..5b2c18f40612 100644 --- a/calendar/resources/skin/modern/calendar.css +++ b/calendar/resources/skin/modern/calendar.css @@ -1211,10 +1211,19 @@ overflow can be set to scroll instead of auto because fewer errors in the event position are then observed (ERic 20/06/03) */ +#week-view-hscroll-box +{ + overflow-x : visible; + overflow-y : auto; +} + #week-view-content-box { + /* overflow: for 1.7, overflow-x for newer */ overflow : auto; - background-color :#ffffff; + overflow-x : hidden; + overflow-y : auto; + background-color : #ffffff; -moz-user-focus : normal; /*padding : 2px;*/ } diff --git a/calendar/sunbird/themes/pinstripe/sunbird/calendar.css b/calendar/sunbird/themes/pinstripe/sunbird/calendar.css index b70368399550..0e4395d53068 100644 --- a/calendar/sunbird/themes/pinstripe/sunbird/calendar.css +++ b/calendar/sunbird/themes/pinstripe/sunbird/calendar.css @@ -1728,10 +1728,19 @@ overflow can be set to scroll instead of auto because fewer errors in the event position are then observed (ERic 20/06/03) */ +#week-view-hscroll-box +{ + overflow-x : visible; + overflow-y : auto; +} + #week-view-content-box { + /* overflow: for 1.7, overflow-x for newer */ overflow : auto; - background-color :#ffffff; + overflow-x : hidden; + overflow-y : auto; + background-color : #ffffff; -moz-user-focus : normal; /*padding : 2px;*/ } diff --git a/calendar/sunbird/themes/winstripe/sunbird/calendar.css b/calendar/sunbird/themes/winstripe/sunbird/calendar.css index 321daacfc846..34340b2db6a4 100644 --- a/calendar/sunbird/themes/winstripe/sunbird/calendar.css +++ b/calendar/sunbird/themes/winstripe/sunbird/calendar.css @@ -1717,10 +1717,19 @@ overflow can be set to scroll instead of auto because fewer errors in the event position are then observed (ERic 20/06/03) */ +#week-view-hscroll-box +{ + overflow-x : visible; + overflow-y : auto; +} + #week-view-content-box { + /* overflow: for 1.7, overflow-x for newer */ overflow : auto; - background-color :#ffffff; + overflow-x : hidden; + overflow-y : auto; + background-color : #ffffff; -moz-user-focus : normal; /*padding : 2px;*/ }