diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_coordinates.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_coordinates.xml index a1481f99cdeb64058ea4c222679e15cf98bf2cae..f8c9486371a4d5937ff247ab37f8b0eac5755870 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_coordinates.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_coordinates.xml @@ -604,8 +604,9 @@ for block_object in planning.content:\n block_dict[\'height\'] = block_object.position_y.relative_range * size_planning_height\n if block_object.parent_activity.height is not None:\n block_dict[\'height\'] = block_dict[\'height\']*block_object.parent_activity.height\n -\n - block_dict[\'width\'] = block_object.position_x.relative_range * size_planning_width\n + \n + # width - border width * 2 to prevent wrong edition\n + block_dict[\'width\'] = (block_object.position_x.relative_range * size_planning_width) - 2\n #block_dict[\'height\'] = block_object.position_y.relative_range * size_planning_height\n block_dict[\'margin-left\'] = block_object.position_x.relative_begin * size_planning_width\n block_dict[\'margin-top\'] = block_object.position_y.relative_begin * size_planning_height\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index a1a25e0f23954c3850987eea23982fe98b99a677..1fc188de736ba90607732689cd9ae879e4947184 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -524 \ No newline at end of file +525 \ No newline at end of file