Wow, you're right. The bizarre thing is that it's a CSS bug, of all
things. The culprit was a line in public/stylesheets/typography.css:
body.single-col .col1 form input.checkbox {
display: inline;
float: left; /* <-- This line is the problem. */
width: auto;
}
I've pushed a fix to GitHub (and to the server). Let me know if this
fix breaks something else; it's hard to write tests for CSS. :-)
Michael
On Mon, Jun 16, 2008 at 5:24 PM, Antony Evans <[EMAIL PROTECTED]> wrote:
>
> Hiya,
>
> The 'remember me' button my my sign-in page always seems to be
> enabled, and clicking on it doesn't seem to have any effect.
>
> Anyone else have this issue? Thoughts on whats causing it/what we can
> do about it?
>
> Antony
> >
>
--
Michael Hartl
Insoshi social software
http://insoshi.com/
--~--~---------~--~----~------------~-------~--~----~
Insoshi developer site: http://dogfood.insoshi.com/
Insoshi documentation: http://docs.insoshi.com/
You received this message because you are subscribed to the Google
Groups "Insoshi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/insoshi?hl=en
-~----------~----~----~----~------~----~------~--~---