[ADD] Added style for web_calendar
authorAntoine Huvelle <ahu@openerp.com>
Thu, 27 Oct 2011 09:16:35 +0000 (11:16 +0200)
committerAntoine Huvelle <ahu@openerp.com>
Thu, 27 Oct 2011 09:16:35 +0000 (11:16 +0200)
bzr revid: ahu@openerp.com-20111027091635-tu23j73zm03a7rkk

addons/web_calendar/__openerp__.py
addons/web_calendar/static/src/css/web_calendar.css [new file with mode: 0644]

index 1eba260..39e2557 100644 (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
 }
diff --git a/addons/web_calendar/static/src/css/web_calendar.css b/addons/web_calendar/static/src/css/web_calendar.css
new file mode 100644 (file)
index 0000000..e69de29