VIVO-715: contact form css changes
This commit is contained in:
parent
03c87f49a4
commit
dd6a631eb4
2 changed files with 11 additions and 2 deletions
|
@ -417,3 +417,12 @@ a.filter-search {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-top: 13px;
|
margin-top: 13px;
|
||||||
}
|
}
|
||||||
|
/* contact form security field */
|
||||||
|
div .realperson-challenge {
|
||||||
|
width: 250px;
|
||||||
|
margin-right: 20px;
|
||||||
|
}
|
||||||
|
div .realperson-text {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<textarea name="s34gfd88p9x1" rows="10" cols="90">${comments!}</textarea>
|
<textarea name="s34gfd88p9x1" rows="10" cols="90">${comments!}</textarea>
|
||||||
|
|
||||||
|
|
||||||
<p><label class="realpersonLabel">${i18n().enter_in_security_field}:</label>
|
<p><label class="realpersonLabel">${i18n().enter_in_security_field}:<span class="requiredHint"> *</span></label>
|
||||||
|
|
||||||
<input type="text" id="defaultReal" name="defaultReal"></p>
|
<input type="text" id="defaultReal" name="defaultReal"></p>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue