Hi List, I''ve followed and read several guides for getting recaptcha working with a site but I keep coming across this problem. The recaptcha images look...weird: This image is taken with the "white" theme, however the sandard one is exactly as weird. I can''t work out what is causing this: http://www.mattharrison.org/images/recaptcha-weird-look.JPG Any tips appreciated.
On Mar 28, 2011, at 5:37 PM, Matt Harrison wrote:> Hi List, > > I''ve followed and read several guides for getting recaptcha working with a site but I > keep coming across this problem. The recaptcha images look...weird: > > This image is taken with the "white" theme, however the sandard one is exactly as > weird. I can''t work out what is causing this: > > http://www.mattharrison.org/images/recaptcha-weird-look.JPG > > Any tips appreciated.Looks like you''re got some CSS setting the width of those buttons wider than they should be. Look at it using firebug or your browser''s inspector and see what the CSS is doing... -philip -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 29/03/2011 16:51, Philip Hallstrom wrote:> > On Mar 28, 2011, at 5:37 PM, Matt Harrison wrote: > >> Hi List, >> >> I''ve followed and read several guides for getting recaptcha working with a site but I >> keep coming across this problem. The recaptcha images look...weird: >> >> This image is taken with the "white" theme, however the sandard one is exactly as >> weird. I can''t work out what is causing this: >> >> http://www.mattharrison.org/images/recaptcha-weird-look.JPG >> >> Any tips appreciated. > > Looks like you''re got some CSS setting the width of those buttons wider than they should be. Look at it using firebug or your browser''s inspector and see what the CSS is doing... > > -philip >Thanks, I had to rejig my CSS. Looks good now. Matt -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.