I can certainly do that. I was hoping there was an accepted method for doing it w/ standard bootstrap classes.
The demos all look beautiful and simple to code so I was hoping I was just missing something. I came up w/ a solution that looks like https://skitch.com/hhubris/8ww84/jacket-list I'd like to align the calendar inputs, which I think means nothing more than a right aligned div.. My only concern is that when some new version of Bootstrap comes out, I will have done something that makes my page format incorrectly and I'll have to fix it. On Thursday, April 19, 2012 8:10:36 PM UTC-4, Daniel Harman wrote: > > Do you not just need to define some fixed width inline block label > classes? > > On Apr 18, 5:29 pm, Tony Nelson <[email protected]> wrote: > > I am trying to find a good way to recreate a search form that has > multiple > > inputs laid out like this: > > > > https://skitch.com/hhubris/8wbkx/jacket-list > > > > I've tried using both form-horizontal and form-inline.. I've tried with > > both spanned divs and a table.. the best I've managed to come up with so > > far looks like this: > > > > https://skitch.com/hhubris/8wbmh/jacket-list > > > > Not very good. Does anyone have a sample of how I could/should go about > > laying out this type of form with bootstrap? > > > > Thanks in advance > > Tony
