From 786cf6c3a4fbefb755f8cf41c700815e9e445b0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 6 Dec 2011 19:57:06 +0100 Subject: [PATCH] cancel margin for question author --- plonetheme/pfbweb/static/pfbweb.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plonetheme/pfbweb/static/pfbweb.css b/plonetheme/pfbweb/static/pfbweb.css index a91ba3c..319f615 100644 --- a/plonetheme/pfbweb/static/pfbweb.css +++ b/plonetheme/pfbweb/static/pfbweb.css @@ -244,3 +244,8 @@ dl.portlet ul.navTree li.section-agenda-parlementaire a { height:20px; border:0; } + +#content #formfield-question-widgets-authors input { + margin-left:0; +} +