这是我的代码:
<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>
这是结果:
请问如何将按钮与字段对齐?
问候比西尔