vladocar / formy-css-framework

Automatically exported from code.google.com/p/formy-css-framework
0 stars 0 forks source link

Labels and inputs out of line #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by j...@jdiligence.com on 17 Jun 2009 at 11:13

Attachments:

GoogleCodeExporter commented 9 years ago
I'm using windows. Can you give me your source code or link to the page?

Original comment by vlado...@gmail.com on 18 Jun 2009 at 1:28

GoogleCodeExporter commented 9 years ago
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

Original comment by j...@jdiligence.com on 18 Jun 2009 at 8:56

Attachments:

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

Original comment by vlado...@gmail.com on 19 Jun 2009 at 9:33