From 14b4154aabb41c1785141c18eeff90cb534effea Mon Sep 17 00:00:00 2001 From: Christophe Dumez <christophe@nexedi.com> Date: Tue, 22 Aug 2006 13:56:06 +0000 Subject: [PATCH] - Added left margin spaces for combobox in mainbar/contextbar to match html style git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9323 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/erp5.css.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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 50aec4eeb1..f2c64cb394 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 @@ -456,6 +456,14 @@ div.index_html table {\n float: left;\n }\n \n +#main_bar .first{\n + margin-left: 10px;\n +}\n +\n +#context_bar #jump{\n + margin-left: 6px;\n +}\n +\n #context_bar select,\n #main_bar select {\n color: <dtml-var font_color>;\n -- 2.30.9