[ADD] Saas file

bzr revid: fme@openerp.com-20121024160525-rta4chbzjkj3a1sj
This commit is contained in:
Fabien Meghazi 2012-10-24 18:05:25 +02:00
parent d41a1ef8ce
commit 149d05a83f
3 changed files with 74 additions and 30 deletions

View File

@ -15,8 +15,8 @@ OpenERP Web Calendar view.
],
'css': [
#'static/lib/dhtmlxScheduler/codebase/dhtmlxscheduler.css',
'static/lib/dhtmlxScheduler/codebase/dhtmlxscheduler_dhx_terrace.css',
#'static/lib/dhtmlxScheduler/codebase/dhtmlxscheduler_glossy.css',
#'static/lib/dhtmlxScheduler/codebase/dhtmlxscheduler_dhx_terrace.css',
'static/lib/dhtmlxScheduler/codebase/dhtmlxscheduler_glossy.css',
'static/src/css/web_calendar.css'
],
'qweb' : [

View File

@ -1,31 +1,35 @@
.oe_view_manager_view_calendar {
position: relative;
}
.oe_calendar_table {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
border-top: 3px solid #eee;
width:100%;
overflow: hidden;
}
.oe_calendar {
background-color:#eee;
height: 600px;
border-right: 1px solid #eee;
}
.oe_calendar_sidebar {
width: 200px;
}
.oe_calendar_mini {
background-color: #eee;
padding: 5px;
}
.oe_calendar_filter {
padding: 0 10px;
@charset "utf-8";
.openerp .oe_view_manager_view_calendar {
position: relative;
}
.openerp .dhx_cal_select_menu {
display: none;
.openerp .oe_calendar_sidebar {
width: 200px;
padding: 5px;
}
.openerp .oe_calendar {
background-color: white;
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;
}
.openerp .oe_calendar .dhx_cal_select_menu {
display: none;
}
.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

@ -0,0 +1,40 @@
@charset "utf-8"
.openerp
.oe_view_manager_view_calendar
position: relative
.openerp
.oe_calendar_sidebar
width: 200px
padding: 5px
.oe_calendar
background-color: white
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
// Dhtmlx Scheduler css overrides
.dhx_cal_select_menu
display: none
&.oe_cal_month .dhx_cal_data
overflow-y: hidden
table tr td:last-child div.dhx_month_body
padding-right: 5px
// au BufWritePost,FileWritePost *.sass :!sass --style expanded --line-numbers <afile> > "%:p:r.css"
// vim:tabstop=4:shiftwidth=4:softtabstop=4:fdm=marker: