From 69943d9d687f5a2daa577685cf27b04175034f43 Mon Sep 17 00:00:00 2001 From: Alicia FLOREZ Date: Tue, 16 Apr 2013 09:32:44 +0200 Subject: [PATCH] Rajout d'un fichier CSS --- __openerp__.py | 3 +++ static/css/faq.css | 3 +++ views/faq_view.xml | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 static/css/faq.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 @@
-
+

-- 1.7.10.4