[Erp5-report] r20045 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 19 15:41:46 CET 2008


Author: romain
Date: Wed Mar 19 15:41:45 2008
New Revision: 20045

URL: http://svn.erp5.org?rev=20045&view=rev
Log:
Modify invisible css class, in order to make it usable with formbox and hide its title.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml?rev=20045&r1=20044&r2=20045&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml Wed Mar 19 15:41:45 2008
@@ -264,6 +264,12 @@
                   </item>
                 </dictionary>
               </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>_owner</string> </key>
+            <value>
+              <none/>
             </value>
         </item>
         <item>
@@ -710,8 +716,12 @@
   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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=20045&r1=20044&r2=20045&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Wed Mar 19 15:41:45 2008
@@ -1,1 +1,1 @@
-511
+512




More information about the Erp5-report mailing list