From a92ebae59fcdd9c9e7cd1b0eef1049e8812b3dad Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 9 Jun 2012 23:09:26 +0200 Subject: [PATCH] captcha styling --- htdocs/application/helpers/captcha_helper.php | 4 ++-- htdocs/application/views/defaults/paste_form.php | 2 +- htdocs/static/styles/main.css | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/application/helpers/captcha_helper.php b/htdocs/application/helpers/captcha_helper.php index 0d0c454..59e0832 100644 --- a/htdocs/application/helpers/captcha_helper.php +++ b/htdocs/application/helpers/captcha_helper.php @@ -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 ); diff --git a/htdocs/application/views/defaults/paste_form.php b/htdocs/application/views/defaults/paste_form.php index 7230f0f..9b83345 100644 --- a/htdocs/application/views/defaults/paste_form.php +++ b/htdocs/application/views/defaults/paste_form.php @@ -104,7 +104,7 @@
-