mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
captcha styling
This commit is contained in:
parent
2d0b602b75
commit
a92ebae59f
@ -285,8 +285,8 @@ if (!function_exists('display_captcha'))
|
||||
'word' => $word,
|
||||
'img_path' => '',
|
||||
'img_url' => '',
|
||||
'img_width' => '150',
|
||||
'img_height' => '30',
|
||||
'img_width' => '110',
|
||||
'img_height' => '25',
|
||||
'font_path' => '',
|
||||
'expiration' => 7200
|
||||
);
|
||||
|
@ -104,7 +104,7 @@
|
||||
|
||||
<div class="item_group">
|
||||
<div class="item item_captcha">
|
||||
<label for="captcha">Captcha
|
||||
<label for="captcha">Spam Protection
|
||||
<span class="instruction">Type in the characters displayed in the picture.</span>
|
||||
</label>
|
||||
<img class="captcha" src="<?php echo site_url('view/captcha'); ?>" alt="captcha" />
|
||||
|
@ -138,6 +138,8 @@ h4 {
|
||||
|
||||
.form_wrapper .item_group .captcha {
|
||||
margin-left: 10px;
|
||||
padding-left: 10px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.form_wrapper .item_group .item input, .form_wrapper .item_group .item select {
|
||||
|
Loading…
x
Reference in New Issue
Block a user