Commit 06126d39 authored by Fabien Morin's avatar Fabien Morin

span tag cannot contain fieldset ones, change to div.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34282 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7e9b806a
......@@ -435,6 +435,10 @@ body {\n
margin-right: 5px;\n
}\n
\n
#main_bar .second {\n
display: inline;\n
}\n
\n
#tiologin {\n
font-size:9pt;\n
color:#FFFFFF;\n
......
......@@ -110,7 +110,7 @@
\n
</span>\n
</fieldset>\n
<span class="second">\n
<div class="second">\n
\n
<span id="tiologin"\n
tal:condition="here/portal_membership/isAnonymousUser"><a href="#" id="link-login" \n
......@@ -135,7 +135,7 @@
<button type="submit" class="input-submit" value=""\n
name="ERP5Site_viewQuickSearchResultList:method"/> \n
</fieldset>\n
</span>\n
</div>\n
\n
\n
</div>\n
......
64
\ No newline at end of file
65
\ 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