Re: [Xsltforms-support] inlining repeats with description
Brought to you by:
alain-couthures
From: Dan M. <dan...@gm...> - 2013-01-16 00:23:30
|
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 <ihe...@gm...> 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 > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support -- Dan McCreary NoSQL Evangelist office: (952) 931-9198 cell: (612) 986-1552 |