I'm having trouble aligning 2 fields side by side on a form, the first case would be a select next to one input and the other two inputs.
Ex:
HTML:
<li><label>Selecionealgo</label><select><optiondisabled>SelecioneAlgo</option></select><label>Escrevaalgo</label><inputtype="text"/>
</li>
<li>
<input type="text"/>
<div id="checkbox">
<label> Marque algo
<input type="checkbox"/> Marcado
</label>
</div>
</li>