From 0721b3afec8b1d6f55b7ead4cf2ceda74b21583d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 6 Dec 2011 18:15:40 +0100 Subject: [PATCH] cancel style of contest management buttons --- plonetheme/pfbweb/static/pfbweb.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plonetheme/pfbweb/static/pfbweb.css b/plonetheme/pfbweb/static/pfbweb.css index a75280a..9686830 100644 --- a/plonetheme/pfbweb/static/pfbweb.css +++ b/plonetheme/pfbweb/static/pfbweb.css @@ -198,3 +198,10 @@ dl.portlet ul.navTree li.section-agenda-parlementaire a { #content div.captchaAudio { display: none; } + +#realcontent #manage-contest form input { + position: inherit; + width: auto; + float: right; + margin-left: 1em; +}