From 9d15ccbb93ecd962487092c2ca4b7d9127f36982 Mon Sep 17 00:00:00 2001 From: Christophe Dumez <christophe@nexedi.com> Date: Tue, 18 Jul 2006 13:24:21 +0000 Subject: [PATCH] - fixed a little layout problem in right part of forms git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8484 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml index bfef0e4509..abda27f3c6 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml @@ -511,6 +511,7 @@ div.index_html table {\n \n .content .right {\n float: left;\n + width: 50%;\n }\n \n .content .field {\n -- 2.30.9