From 1db679553035d296bbef6363177a317c385b6d9b Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Wed, 19 Mar 2008 14:41:45 +0000 Subject: [PATCH] Modify invisible css class, in order to make it usable with formbox and hide its title. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20045 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/erp5.css.xml | 12 +++++++++++- product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 12 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 276ce70a85..d2e18a49bf 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 @@ -266,6 +266,12 @@ </tuple> </value> </item> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> + </item> <item> <key> <string>_vars</string> </key> <value> @@ -710,10 +716,14 @@ fieldset.bottom .field .input {\n border: 1px solid #f40;\n }\n \n -.content .invisible label {\n +.content .invisible > label {\n display: None;\n }\n \n +.content .invisible > .input {\n + float: None;\n +}\n +\n .login .submit {\n margin-left: 15%;\n }\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 430faa64e7..39886ae89b 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -511 \ No newline at end of file +512 \ No newline at end of file -- 2.30.9