From e1d633f8c740a1a0a12d33eace20cdbd4759bd7f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Mon, 15 Feb 2010 10:52:08 +0000
Subject: [PATCH] also apply select max-width on selects used for listbox
 editable columns

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32542 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml | 2 +-
 product/ERP5/bootstrap/erp5_xhtml_style/bt/revision             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 c6ba3581f9..4cd51d1a92 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
@@ -392,7 +392,7 @@ input, textarea, select, button, body, div, span, fieldset {\n
   padding: 0;\n
 }\n
 \n
-div.input > select, div.input > input {\n
+div.input > select, div.input > input, div.listbox select {\n
   max-width:320px;\n
 }\n
 \n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
index 3f7ea5fb78..2ddfe0b71f 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
@@ -1 +1 @@
-895
\ No newline at end of file
+897
\ No newline at end of file
-- 
2.30.9