Twitter bootstrap form layout single line -
currently have form.
<form id="charttimerangeoptions"> <fieldset> <legend>chart time</legend> <label>start time</label><input type="text" style="width : auto"><br/> <label>end time</label><input type="text" style="width : auto"> <br/> <button class="btn btn-small btn-info">apply</button> </fieldset> </form> which looks this,

and want show this.

check out "form-inline" class. should want be...
Comments
Post a Comment