From 453c2ccbffda0b7ba1b7488906f8561e8ee59c8e Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Thu, 16 Sep 2010 08:24:50 +0000 Subject: [PATCH] Use percentages rather than fixed pixel values for listbox margins & width. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38404 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/erp5_listbox.css.xml | 4 ++-- product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5_listbox.css.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5_listbox.css.xml index 9f4a177105..60d1100f89 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5_listbox.css.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5_listbox.css.xml @@ -401,7 +401,7 @@ div.listbox-body{\n }\n \n div.listbox-tree{\n - margin-right: 8px;\n + margin-right: 0.1%;\n max-width: 10%;\n float: left;\n }\n @@ -421,7 +421,7 @@ div.float-right{\n }\n \n div.listbox-content-fixed-width{\n - width:90%;\n + width:89%;\n }\n \n table.listbox td.listbox-table-no-result-row{\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index ca38785c2c..26344f96b0 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -1021 \ No newline at end of file +1022 \ No newline at end of file -- 2.30.9