odoo/addons/web_calendar/static/src/css/web_calendar.sass

41 lines
964 B
Sass

@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: