Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Laurent S
erp5
Commits
357cb2bc
Commit
357cb2bc
authored
Mar 19, 2014
by
Aurel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move captcha style to a css class so that it is easily customisable
parent
33bb8117
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
3 deletions
+13
-3
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/km.css.xml
...TemplateItem/portal_skins/erp5_km_theme/km_css/km.css.xml
+5
-0
bt5/erp5_km/bt/revision
bt5/erp5_km/bt/revision
+1
-1
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
...inTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
+5
-0
product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+1
-1
product/ERP5Form/CaptchasDotNet.py
product/ERP5Form/CaptchasDotNet.py
+1
-1
No files found.
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/km.css.xml
View file @
357cb2bc
...
...
@@ -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>
...
...
bt5/erp5_km/bt/revision
View file @
357cb2bc
1884
\ No newline at end of file
1885
\ No newline at end of file
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
View file @
357cb2bc
...
...
@@ -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>
...
...
product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
View file @
357cb2bc
1115
\ No newline at end of file
1116
\ No newline at end of file
product/ERP5Form/CaptchasDotNet.py
View file @
357cb2bc
...
...
@@ -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">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment