Wed, 2011-11-30 10:33
I have a form that contains some parameters.
The layout I have is that each parameter is put below one another other than next to one another like the image below.

How can I have parameter to be put next to one another like this one below ?

I have this css :
.parameter-wrapper { max-width: 100%; overflow-x: auto; width: 100%; } .parameter { margin: 5px 0 0 10px; } .parameter-wrapper is attached to form id and and .parameter is attached to each parameter id.
Thanks in advance.