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

CommentFileSizeAuthor
Picture 1.png27.97 KBdparrott

Comments

Jeff Burnz’s picture

Category: bug » support
Jeff Burnz’s picture

Title: captcha fieldset too wide for login block in Safari 3.1.2 » Fixed-width Legend too wide for Narrow Sidebar
Status: Active » Fixed

Ok, in forms.css comment out width: 210px; on lines 108 and 149, i.e.:

fieldset legend {
  /*width: 210px;*/
}

html.js fieldset legend {
  /*width: 210px;*/
}
dparrott’s picture

that worked just swell. :)

thanks a bunch!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.