3
A
回答
4
您可以利用Bootstrap的現有類(checkbox.inline
)獲得您要查找的效果。以使它看起來正確的,關鍵是要在標籤上註明padding-left: 0px;
:
<div class="control-group">
<div class="controls">
<label class="checkbox inline" style="padding-left: 0px;" for="inputColor">Favorite Color <input type="text" id="inputColor" class="span2" /></label>
<label class="checkbox inline" style="padding-left: 0px;" for="inputNColor">Next Color <input type="text" id="inputNColor" class="span2" /></label>
</div>
</div>
請參閱http://jsfiddle.net/jhfrench/Hzucn/的工作示例。
我試着爲你創建一個新類(沿着.controls-row label.inline { padding-left: 0px;}
的方向,所以你不必在元素上做樣式,但是它會比我預期的產生更多的衝突,所以如果你打算使用這個解決方案普遍地,你可能要投入時間去解開那......
0
您可以使用類似的格式來引導.form-horizontal實現。 (滾動播種水平形式在這裏:http://twitter.github.com/bootstrap/base-css.html#forms)
包裝標籤和表單元素分組divs(這是什麼.control-group在自舉中的水平表單佈局)。
浮標留在顯示他們與領域水平對齊。
label.horizontal {
float: left;
width: 160px;
padding-top: 5px;
margin-right: 20px;
text-align: right;
}
在上述示例中,與類.horizontal標籤將被「水平樣式」,其餘的「垂直」或默認形式佈局。
0
還有一類是準備在引導使用
檢查這個例子:
<div class="span6">
<form>
<div class="controls controls-row">
<input id="name" name="name" type="text" class="span3" placeholder="Name">
<input id="email" name="email" type="email" class="span3" placeholder="Email address">
</div>
<div class="controls">
<textarea id="message" name="message" class="span6" placeholder="Your Message" rows="5"></textarea>
</div>
<div class="controls">
<button id="contact-submit" type="submit" class="btn btn-primary input-medium pull-right">Send</button>
</div>
</form>
</div>
相關問題
- 1. 水平的形式,而不是垂直
- 2. CSS中心垂直和水平形式
- 3. 垂直UITableView內水平UITableView
- 4. Bootstrap導航欄垂直不水平
- 5. Bootstrap 4 - 水平和垂直對齊
- 6. bootstrap導航欄中心垂直水平?
- 7. 垂直到水平?
- 8. 水平或垂直
- 9. 垂直或水平
- 10. 垂直的LinearLayout內水平的LinearLayout
- 11. 的LinearLayout水平內的LinearLayout垂直
- 12. Bootstrap,將輸入與標籤對齊,無標籤,垂直形式/不水平
- 13. illegalStateException在垂直字段管理器內添加水平字段管理器
- 14. 垂直和水平居中圓角矩形內的文本
- 15. 垂直中心形式的Bootstrap 4
- 16. 垂直UIScrollView水平內UIPageViewController不滾動
- 17. 確保垂直內容水平溢出
- 18. 中心水平和垂直CSS3圈內
- 19. Zend框架水平元素和zend形式的垂直元素
- 20. 正常(垂直)窗體內部形式與Twitter的引導水平
- 21. 水平和垂直ViewPager
- 22. SQL查詢;水平垂直
- 23. 從水平到垂直
- 24. 垂直和水平GridSplitter
- 25. 垂直水平RecyclerView ScrollView
- 26. 垂直和水平表
- 27. 垂直和水平視圖
- 28. 垂直水平導航
- 29. 垂直和水平對齊
- 30. 水平垂直只有線