From 27b875b5d5d65b63f49d00df984ae2cce01e2348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 11 Jan 2012 10:04:32 +0100 Subject: [PATCH] applying server changes --- 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 319f615..b6ce2b9 100644 --- a/plonetheme/pfbweb/static/pfbweb.css +++ b/plonetheme/pfbweb/static/pfbweb.css @@ -199,6 +199,7 @@ dl.portlet ul.navTree li.section-agenda-parlementaire a { display: none; } +.template-edit #realcontent form#form input[type="submit"], #realcontent #manage-contest form input { position: inherit; width: auto; @@ -249,3 +250,7 @@ dl.portlet ul.navTree li.section-agenda-parlementaire a { margin-left:0; } +#edit-bar { + position: relative; + z-index: 10000; +}