here is my code :
<div class="input-append">
<input name="username" maxlength="100" placeholder="Enter your username..." type="text" class="input-large" id="id_username" />
<input name="password" maxlength="100" placeholder="Enter your password..." type="password" class="input-large" id="id_password" />
<button class="btn btn-mini">Envoyer</button>
</div>
here is the result :
how to align the button with the fields please ?
Regards Bussiere