From: Alicia FLOREZ Date: Tue, 16 Apr 2013 07:32:44 +0000 (+0200) Subject: Rajout d'un fichier CSS X-Git-Url: http://git.inspyration.org/?p=OpenERP%2Ffaq.git;a=commitdiff_plain;h=69943d9d687f5a2daa577685cf27b04175034f43 Rajout d'un fichier CSS --- diff --git a/__openerp__.py b/__openerp__.py index b78639e..cc09393 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -15,6 +15,9 @@ "test": [ # fichiers de test ], + 'css': [ + 'static/css/faq.css' + ], "installable": True, "auto_install": False, } \ No newline at end of file diff --git a/static/css/faq.css b/static/css/faq.css new file mode 100644 index 0000000..1a24441 --- /dev/null +++ b/static/css/faq.css @@ -0,0 +1,3 @@ +.faq_question_panel { + color: red !important; +} \ No newline at end of file diff --git a/views/faq_view.xml b/views/faq_view.xml index d14e01e..5a3081b 100644 --- a/views/faq_view.xml +++ b/views/faq_view.xml @@ -34,7 +34,7 @@
-
+