transition-button is a class on an input inside the form/div.
try .transitions div {display: inline-block; }
not sure if the form is doing the block behavior or the div. if that
doesn't work, switch div to form
On May 19, 2:15 pm, storitel <[email protected]> wrote:
> Gentlemen, thank you - it seems like a very sensible idea, but
> unfortunately I can't get it to work. I've tried all of the following
> (separately of course) in my application.css
>
> .transition-button { display:inline-block; }
> .transition-button { display:inline; }
> .transition-button { display:block; }
> .transition-button { display:none; }
>
> and I even tried sticking it inline
>
> <transition-button transition='&t' style="display: inline"/>
>
> yet my buttons stay stubbornly vertically aligned :( any idea what I'm
> missing?
>
> Paul
>
> On 19 May, 20:15, Henry Baragar <[email protected]> wrote:
>
>
>
> > I think you meant:
>
> > .transition-button { display:inline-block; }
>
> > Henry
>
> > On May 19, 2010 03:05:24 pm Bryan Larsen wrote:
>
> > > That sort of thing can be done with css. Try:
>
> > > .transition-button { display: block;}
>
> > > On 10-05-19 02:50 PM, storitel wrote:
> > > > hi all
> > > > does anyone know how to make transition buttons render in a row,
> > > > rather than in a column?
>
> > > > Paul
>
> > --
> > Henry Baragar
> > Instantiated Software
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Hobo Users" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected].
> > For more options, visit this group
> > athttp://groups.google.com/group/hobousers?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Hobo Users" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group
> athttp://groups.google.com/group/hobousers?hl=en.
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.