Commit ff54b655 authored by Fabien Morin's avatar Fabien Morin

improve captcha displaying

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23737 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a22d34e5
......@@ -59,14 +59,9 @@
CAPTCHA python: 60;\n
">\n
\n
div.next_step_action{ \n
height: <tal:block replace="python: (\'%s%s\') % (HEIGHT_button+MARGIN+(here.portal_membership.isAnonymousUser() and CAPTCHA or 0), unit)"/>;\n
z-index:300;\n
}\n
\n
div.next_step_action .erp5_captcha{\n
float:right;\n
margin-right:4em;\n
margin-right:2em;\n
}\n
\n
div.next_step_action img,\n
......@@ -92,6 +87,10 @@ form#main_form div .next_step_action .onleft{\n
margin-right: <tal:block replace="python: (\'%s%s\') % (MARGIN, unit)"/>;\n
}\n
\n
form#main_form div .next_step_action .next_step{\n
margin-top:1em;\n
}\n
\n
</tal:block>\n
......
343
\ No newline at end of file
344
\ 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