很容易解釋什麼,我需要一個小提琴:http://jsfiddle.net/mZrYG/1/對齊標籤與按鈕
正如你可以看到,當輸出畫面完全伸展,在按鈕標誌被放置在標籤下的線。我試圖獲取它,以便複選框左對齊,並且按鈕右對齊在同一行上。我的CSS有什麼問題?
繁榮:
<div class="row">
<div class="span3">
<form class="signin" method="POST">
<input type="text" placeholder="Username" name="username" />
<input type="password" placeholder="Password" name="password" />
<label class="checkbox">
<input type="checkbox" name="form[remember]" /> Remember me
</label>
<button class="btn btn-mini btn-primary pull-right" type="submit">Sign in</button>
</form>
</div>
</div>