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,

enter image description here

and want show this.

enter image description here

check out "form-inline" class. should want be...

http://getbootstrap.com/css/#forms


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -