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 @@
</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
......
511
\ No newline at end of file
512
\ 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