What\'s the best way to design a form that looks like this (please see link below) in twitter bootstrap without any homemade classes ?
Is it possible to set a inner
I know this is an old answer but here is what I usually do:
CSS:
.form-control-inline { width: auto; float:left; margin-right: 5px; }
Then wrap the fields you want to be inlined in a div and add .form-control-inline to the input, example:
HTML
Date of birth: ... ... ...