Line break between label and dropdown or radio buttons

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Line break between label and dropdown or radio buttons

ktangirala
Note: Reposting my team member's post here as it's his first post on the forum and waiting to be approved!

Hi,

In the Form Builder, when a Dropdown or a Radio button is inserted from the toolbar, the control is displayed below the label. Is it possible to display the control beside the label instead? I don't see any break statements that I can remove when I edit the XHTML from Form Builder.

Please help!


Reply | Threaded
Open this post in threaded view
|

Re: Line break between label and dropdown or radio buttons

Erik Bruchez
Administrator
This layout is done with CSS in  form-runner-base.css:

http://goo.gl/vwec5

Out of the box, we don't have an option to change this, but you can write your own CSS to change the style:

http://wiki.orbeon.com/forms/doc/developer-guide/form-runner/styling

-Erik

On Thu, Jan 27, 2011 at 2:06 AM, ktangirala <[hidden email]> wrote:

Note: Reposting my team member's post here as it's his first post on the
forum and waiting to be approved!

Hi,

In the Form Builder, when a Dropdown or a Radio button is inserted from the
toolbar, the control is displayed below the label. Is it possible to display
the control beside the label instead? I don't see any break statements that
I can remove when I edit the XHTML from Form Builder.

Please help!



--
View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/Line-break-between-label-and-dropdown-or-radio-buttons-tp3241841p3241841.html
Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Line break between label and dropdown or radio buttons

ktangirala
Thanks, Erik! Will try it out and let you know if we face any issues.

K