Closed (fixed)
Project:
reCAPTCHA
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 May 2007 at 07:10 UTC
Updated:
18 Jun 2007 at 14:48 UTC
Jump to comment: Most recent file
For some reason, the form is sometimes being torn to fit the width of the surrounding content. See attached screenshot for a demonstration of what's going on.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | Picture 6_3.png | 21.67 KB | kengggg |
| recaptchasplit.png | 7.25 KB | robloach |
Comments
Comment #1
Christefano-oldaccount commentedI can confirm this happens in Garland as well as other themes.
Comment #2
lennart commentedI can confirm this problem.
Comment #3
carl ditzler commentedAlso confirmed with a custom theme. By the way, I've been interested in a reCAPTCHA module since reCAPTCHA launched - excellent!
Comment #4
kengggg commentedConfirmed, same problem occurred on minnelli (garland) also.
Comment #5
robloach...It works on various other themes, including NonZero: Test.
Comment #6
ICDeadPpl commentedDanger4k theme (http://drupal.org/project/danger4k) get the split up form...
Comment #7
lennart commentedAdding the following to my theme's style.css solved the problem for me:
#recaptcha_area {
width: 318px;
}
Comment #8
robloachThanks a lot! Commit 69337 adds the CSS to a recaptcha.css, which is used only when the reCAPTCHA form is presented.
Comment #9
(not verified) commented