From 329dea1ee405ae7c68d9eef8c9fd111c5ada92c1 Mon Sep 17 00:00:00 2001 From: Alicia FLOREZ Date: Wed, 22 May 2013 14:14:04 +0200 Subject: [PATCH] =?utf8?q?Vue=20KANBAN=20th=C3=A8me=20:=20ajout=20d'une=20li?= =?utf8?q?ste=20=C3=A0=20puces=20pour=20les=20r=C3=A9ponses?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- static/css/faq.css | 7 ++++++- views/faq_view.xml | 21 ++++++++++++--------- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/static/css/faq.css b/static/css/faq.css index ea873a5..da6a997 100644 --- a/static/css/faq.css +++ b/static/css/faq.css @@ -5,4 +5,9 @@ width: 99%; } -.oe_kanban_content{} \ No newline at end of file +.oe_kanban_content{} + +li.bullet{ + list-style-type: disc !important; + margin-left: 30px !important; +} diff --git a/views/faq_view.xml b/views/faq_view.xml index 0bae2bc..b3871a9 100644 --- a/views/faq_view.xml +++ b/views/faq_view.xml @@ -60,22 +60,25 @@ - + + + + + + -- 1.7.10.4