[IMP] Calendar view mode does not scroll on overflow

bzr revid: fme@openerp.com-20121217111340-osr4mid4f2uhvvb4
This commit is contained in:
Fabien Meghazi 2012-12-17 12:13:40 +01:00
parent ad46970208
commit 1a7e855832
2 changed files with 2 additions and 24 deletions

View File

@ -9,18 +9,9 @@
}
.openerp .oe_calendar {
background-color: white;
height: 600px;
min-height: 600px;
border-right: 1px solid #eeeeee;
}
.openerp .oe_calendar .oe_calendar_table {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
border-top: 3px solid #eeeeee;
width: 100%;
overflow: hidden;
}
.openerp .oe_calendar .oe_calendar_filter {
padding: 0 10px;
}
@ -30,9 +21,6 @@
.openerp .oe_calendar .dhx_cal_navline {
z-index: auto;
}
.openerp .oe_calendar.oe_cal_month .dhx_cal_data {
overflow-y: hidden;
}
.openerp .oe_calendar.oe_cal_month .dhx_cal_data table tr td:last-child div.dhx_month_body {
padding-right: 5px;
}

View File

@ -11,18 +11,9 @@
.oe_calendar
background-color: white
height: 600px
min-height: 600px
border-right: 1px solid #eee
.oe_calendar_table
position: absolute
left: 0px
right: 0px
top: 0px
border-top: 3px solid #eee
width: 100%
overflow: hidden
.oe_calendar_filter
padding: 0 10px
@ -36,7 +27,6 @@
z-index: auto
&.oe_cal_month .dhx_cal_data
overflow-y: hidden
table tr td:last-child div.dhx_month_body
padding-right: 5px