Re: [Xsltforms-support] inlining repeats with description

2013-01-15 Thread Dan McCreary
This is a bit tricky but can be done with just a few lines of CSS. The way I have done it is to use FireBug to see what div has the {display:block} and the change it to be inline. Have you tried: .xforms-repeat-item {display:inline} http://en.wikibooks.org/wiki/XForms/Process_Step_Editor On Tu

[Xsltforms-support] inlining repeats with description

2013-01-15 Thread Ihe Onwuka
I have something like Where there are several yearly figures for each description. I have inlined the yearly figures but they still print on a different line to the description. Can anyone help with the CSS incantations to achieve my goal. thanks ihe