captcha styling

This commit is contained in:
Claude 2012-06-09 23:09:26 +02:00
parent 2d0b602b75
commit a92ebae59f
3 changed files with 5 additions and 3 deletions

View File

@ -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
);

View File

@ -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" />

View File

@ -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 {