NIHVIVO-3538 implemented a jquery plus java captcha on the contact form page
This commit is contained in:
parent
06fbfcbb87
commit
5fea873ed2
5 changed files with 277 additions and 51 deletions
31
webapp/web/css/jquery_plugins/jquery.realperson.css
Normal file
31
webapp/web/css/jquery_plugins/jquery.realperson.css
Normal file
|
@ -0,0 +1,31 @@
|
|||
/* Real Person jQuery plugin styles v1.0.1. */
|
||||
.realperson-challenge {
|
||||
display: inline-block;
|
||||
background-color: #ddd;
|
||||
width: 150px;
|
||||
padding-top: 10px;
|
||||
padding-left: 12px;
|
||||
}
|
||||
.realperson-text {
|
||||
font-family: "Courier New",monospace;
|
||||
font-size: 6px;
|
||||
font-weight: bold;
|
||||
letter-spacing: -1px;
|
||||
line-height: 3px;
|
||||
color: #000;
|
||||
}
|
||||
.realperson-regen {
|
||||
padding-top: 4px;
|
||||
padding-right: 6px;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
.realpersonLabel {
|
||||
display: block;
|
||||
}
|
||||
#defaultReal {
|
||||
margin-left: 20px;
|
||||
vertical-align: top;
|
||||
margin-top: 3px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue