Weird line border appearing at the bottom of my Captcha box

497 views
Skip to first unread message

Sherwin Magsino

unread,
May 5, 2013, 9:13:28 AM5/5/13
to reca...@googlegroups.com
Hi Guys, ihave successfully applied a captcha on my online form however, i need to get rid of the weird red line border at the bottom of my reCaptcha box. 

i have attached a screenshot (please see box in red).

hope someone could help me.

Thanks!

Sherwin

Screen Shot 2013-05-05 at 9.06.38 PM.jpg
Message has been deleted

kjkl...@gmail.com

unread,
May 14, 2013, 9:34:40 PM5/14/13
to reca...@googlegroups.com
I'm also having this problem.  Is this a change that was made recently to the challenge script/css?

Stephen Butt

unread,
May 17, 2013, 9:12:09 AM5/17/13
to reca...@googlegroups.com
I also have this, something has changed with the layout.  Fix please

Stephen Butt

unread,
May 17, 2013, 9:24:08 AM5/17/13
to reca...@googlegroups.com
https://developers.google.com/recaptcha/docs/customization?hl=en

Changed the theme to "clean" for the meantime and it works OK.


On Sunday, 5 May 2013 14:13:28 UTC+1, Sherwin Magsino wrote:
Message has been deleted

kjkl...@gmail.com

unread,
May 17, 2013, 10:25:11 AM5/17/13
to reca...@googlegroups.com
I had to change my css.  Essentially I had a global property on all inputs for display: block;  I removed the display property and then everything looked normal again.

Zack Preble

unread,
Jan 27, 2015, 3:03:27 PM1/27/15
to reca...@googlegroups.com
Had to add this to CSS:


#recaptcha_response_field {
    height: 20px;
    padding: 5px;
    display:inline;
}

fixed...
Reply all
Reply to author
Forward
0 new messages