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 Tue, Jan 15, 2013 at 5:58 PM, Ihe Onwuka <[email protected]> wrote:
> I have something like
>
> <repeat>
>    <input ref="description"><label etc ..../>
>    <repeat>
>       <output ref="yearlyfigure"/>
>    </repeat>
> </repeat>
>
> 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
>
> ------------------------------------------------------------------------------
> Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
> and more. Get SQL Server skills now (including 2012) with LearnDevNow -
> 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
> SALE $99.99 this month only - learn more at:
> http://p.sf.net/sfu/learnmore_122512
> _______________________________________________
> Xsltforms-support mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/xsltforms-support



-- 
Dan McCreary
NoSQL Evangelist
office: (952) 931-9198
cell: (612) 986-1552

------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
Xsltforms-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xsltforms-support

Reply via email to