[ADD] Added style for web_calendar

bzr revid: ahu@openerp.com-20111027091635-tu23j73zm03a7rkk
This commit is contained in:
Antoine Huvelle 2011-10-27 11:16:35 +02:00
parent 8290deff05
commit f6411aaf96
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
'static/src/js/calendar.js'
],
"css": ['static/lib/dhtmlxScheduler/codebase/dhtmlxscheduler.css',
'static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_ext.css'
'static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_ext.css',
'static/src/css/web_calendar.css'
],
'active': True
}