Commit 1db67955 authored by Romain Courteaud's avatar Romain Courteaud

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
parent e539ee03
...@@ -266,6 +266,12 @@ ...@@ -266,6 +266,12 @@
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>_vars</string> </key> <key> <string>_vars</string> </key>
<value> <value>
...@@ -710,10 +716,14 @@ fieldset.bottom .field .input {\n ...@@ -710,10 +716,14 @@ fieldset.bottom .field .input {\n
border: 1px solid #f40;\n border: 1px solid #f40;\n
}\n }\n
\n \n
.content .invisible label {\n .content .invisible > label {\n
display: None;\n display: None;\n
}\n }\n
\n \n
.content .invisible > .input {\n
float: None;\n
}\n
\n
.login .submit {\n .login .submit {\n
margin-left: 15%;\n margin-left: 15%;\n
}\n }\n
......
511 512
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment