bug 242317 attachment 166010, day and weekday titles in calendar view scroll away [weekview]

r=gekacheka
This commit is contained in:
mvl%exedo.nl 2004-11-15 18:43:13 +00:00
parent f2bfa0873d
commit e8d3e71d93
5 changed files with 1982 additions and 1944 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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;*/
}

View File

@ -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;*/
}

View File

@ -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;*/
}

View File

@ -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;*/
}