From 7d7185311ab40c3ba439093e445695915c5d4d79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Wed, 7 Sep 2011 11:43:18 +0200
Subject: [PATCH] add hiden class

---
 .../portal_skins/erp5_xhtml_style/erp5.css.xml               | 5 +++++
 product/ERP5/bootstrap/erp5_xhtml_style/bt/revision          | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

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 cc27724400..9706a8c369 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
@@ -465,6 +465,11 @@ input.hidden_button {\n
   float: left;\n
 }\n
 \n
+.hidden { \n
+  display: none;\n
+}\n
+\n
+\n
 textarea[readonly] {\n
   background-color: inherit;\n
   border: inherit;\n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
index 2fefc4685b..2e9bdd99c0 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
@@ -1 +1 @@
-1073
\ No newline at end of file
+1074
\ No newline at end of file
-- 
2.30.9