Export to GitHub

formy-css-framework - issue #6

Labels and inputs out of line


Posted on Jun 17, 2009 by Happy Rabbit

What steps will reproduce the problem? 1. formy in firefox 3 (inside a div layout page) 2. 3.

What is the expected output? What do you see instead? The labels and inputs don't line up

What version of the product are you using? On what operating system? 0.8

Please provide any additional information below. Mac OS X 10.5.7

Attachments

Comment #1

Posted on Jun 18, 2009 by Quick Kangaroo

I'm using windows. Can you give me your source code or link to the page?

Comment #2

Posted on Jun 18, 2009 by Happy Rabbit

The app is the basic skelton of an apache wicket app I have just started and a bit too much hassle to wrap up and needs to be built etc.

So, I saved a page from firefox that shows a form out of line referencing formy. Thanks for checking this out.

John

Attachments

Comment #3

Posted on Jun 19, 2009 by Quick Kangaroo

You need to change line-height property. just insert inside fieldset,form,label,legend { line-height:1.2em; }

Status: Started

Labels:
Type-Defect Priority-Medium