This site is an archive; learn more about 8 years of OpenHatch.

[OH-Dev] [issue758] Sign up (without OpenID) page not looking good

e2jk bugs at openhatch.org
Sun Aug 12 15:13:23 UTC 2012


New submission from e2jk <emilien+openhatch.org at klein.st>:

The "Sign up (without OpenID)" page https://openhatch.org/account/signup/?next= 
looks weird in Chromium 
18.0.1025.168 and Firefox 14.0.1 under Ubuntu 12.04.

As you can see in the attachment, in Chromium the input fields are displayed in 
a casade-like way, with the text to the right of the input field.
In Firefox, the inputs are vertically aligned, but the labels are still on the 
right. I assume the labels should be on the left because (1) it's the usual way 
and (2) the labels end with a semicolon, which would be the case if there was 
something after it.

If you look at the source for the email field:
<p><label for="id_email">Email:</label> <input type="text" name="email" 
id="id_email" /></p>
the label comes before the input, and both the label and the input are wrapped 
inside a p tag. All the other fields are built the same way. I suppose there's 
something fishy going on with the CSS, somehow the text, password and file 
inputs and textarea get a "float: left;" property. When deactivating it with 
Firebug (and there are a few of those to deactivate) the fields are displayed 
properly.

----------
files: Sign up without OpenID.png
messages: 3360
nosy: e2jk, paulproteus
priority: bug
status: unread
title: Sign up (without OpenID) page not looking good

__________________________________________
Roundup issue tracker <bugs at openhatch.org>
<https://openhatch.org/bugs/issue758>
__________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Sign up without OpenID.png
Type: image/png
Size: 143990 bytes
Desc: not available
URL: <http://lists.openhatch.org/pipermail/devel/attachments/20120812/50b5527b/attachment-0001.png>


More information about the Devel mailing list