Commit 357cb2bc authored by Aurel's avatar Aurel

move captcha style to a css class so that it is easily customisable

parent 33bb8117
......@@ -1290,6 +1290,11 @@ button.formbt > span{\n
.blog-next-article:after {\n
content:">"\n
}\n
\n
.captchas_dot_net {\n
border: none; \n
vertical-align: bottom\n
}\n
</tal:block>
]]></unicode> </value>
......
1884
\ No newline at end of file
1885
\ No newline at end of file
......@@ -1432,6 +1432,11 @@ div.pdf-preview-navigation img.last{\n
.horizontal_align_form_box > div.input > fieldset > div.field > label {\n
width: auto;\n
padding-top: 2px;\n
}\n
\n
.captchas_dot_net {\n
border: none; \n
vertical-align: bottom\n
}
]]></string> </value>
......
1115
\ No newline at end of file
1116
\ No newline at end of file
......@@ -86,7 +86,7 @@ class CaptchasDotNet:
def image (self, random, id = 'captchas.net'):
return '''
<a href="http://captchas.net"><img
style="border: none; vertical-align: bottom"
class="captchas_dot_net"
id="%(id)s" src="%(source)s" width="%(width)d" height="%(height)d"
alt="The CAPTCHA image" /></a>
<script type="text/javascript">
......
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