mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
bug 242317 attachment 166010, day and weekday titles in calendar view scroll away [weekview]
r=gekacheka
This commit is contained in:
parent
f2bfa0873d
commit
e8d3e71d93
File diff suppressed because it is too large
Load Diff
@ -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;*/
|
||||
}
|
||||
|
@ -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;*/
|
||||
}
|
||||
|
@ -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;*/
|
||||
}
|
||||
|
@ -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;*/
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user