From 5e8645262c91ac1c455229435c448f3dbd8b16d9 Mon Sep 17 00:00:00 2001
From: Fabien Morin <fabien@nexedi.com>
Date: Wed, 19 Mar 2008 15:55:08 +0000
Subject: [PATCH] add a clear block that permit to have left and right
 fieldsets of forms exactly align in the other navigators than firefox :
 before it was align only in firefox

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20048 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../erp5_xhtml_style/developper_shortcut_render.xml             | 2 ++
 product/ERP5/bootstrap/erp5_xhtml_style/bt/revision             | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/developper_shortcut_render.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/developper_shortcut_render.xml
index ed208d8e40..9592d596cc 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/developper_shortcut_render.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/developper_shortcut_render.xml
@@ -76,6 +76,8 @@
                info python: \'Edit this form\\\'s action\';\n
                object python: getattr(here, form.action, None);">\n
       <tal:block metal:use-macro="developper_shortcut_render/macros/edit_link" />\n
+      <div class="clear">\n
+      </div>\n
     </tal:block>\n
   </tal:block>\n
   <tal:block metal:define-macro="field_developper">\n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
index 39886ae89b..1dd3380cdc 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
@@ -1 +1 @@
-512
\ No newline at end of file
+516
\ No newline at end of file
-- 
2.30.9