我想在Bootstrap中正確工作。我一直在尋找http://getbootstrap.com/css/#type-emphasis,我也試過http://getbootstrap.com/components/#navbar-component-alignment,但我無法得到我想到的效果。使用Twitter引導對齊按鈕引導
這是我使用的代碼:
<h1>{% trans %} x {% endtrans %} <small>{% trans %} yw {% endtrans %}</small></h1>
<input class="form-control" type="text">
<button type="button" class="btn btn-primary custom-button-width">{{ icon('plus') }} {% trans %} z1 {% endtrans %}</button>
<button type="button" class="btn btn-warning custom-button-width .navbar-right">{{ icon('edit') }} {% trans %} z2 {% endtrans %}</button>
<button type="button" class="btn btn-danger custom-button-width .navbar-right">{{ icon('remove') }} {% trans %} z3 {% endtrans %}</button>
<br />
<br />
<table class="table table-hover">
...
的這個實際效果的下面是一個例子,還有就是我想要的目的。
任何想法表示讚賞 - 感謝。
完美,謝謝 – b85411