Closed (fixed)
Project:
Newswire
Version:
6.x-3.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 May 2009 at 10:54 UTC
Updated:
9 Jun 2009 at 17:40 UTC
Hello,
I enabled captcha on my login block with the newswire theme, and the catpcha fieldset is too wide for the login block in Safari 3.1.2. this does not occur with Garland or with Firefox. I'm going to guess that this would occur in other thin blocks too with captcha...
Any way to tell me what to update in the code so i can fix it myself while waiting on a new release?
Thanks,
Dave
| Comment | File | Size | Author |
|---|---|---|---|
| Picture 1.png | 27.97 KB | dparrott |
Comments
Comment #1
Jeff Burnz commentedComment #2
Jeff Burnz commentedOk, in forms.css comment out
width: 210px;on lines 108 and 149, i.e.:Comment #3
dparrott commentedthat worked just swell. :)
thanks a bunch!