@@ -1532,11 +1532,7 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -1532,11 +1532,7 @@ For example, <code><section></code> should be wrapped as inline.
{% endhighlight %}
{% endhighlight %}
<h2id="forms-input-groups">Input groups</h3>
<h2id="forms-extending">Extending form controls</h2>
<p>Adding on top of existing browser controls, Bootstrap includes other useful form components.</p>
<h3id="forms-input-groups">Input groups</h3>
<p>Add text or buttons before, after, or on both sides of any text-based input. Use <code>.input-group</code> with an <code>.add-on</code> to prepend or append elements to an <code><input></code>.</p>
<p>Add text or buttons before, after, or on both sides of any text-based input. Use <code>.input-group</code> with an <code>.add-on</code> to prepend or append elements to an <code><input></code>.</p>
<divclass="bs-callout bs-callout-danger">
<divclass="bs-callout bs-callout-danger">
...
@@ -1583,7 +1579,7 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -1583,7 +1579,7 @@ For example, <code><section></code> should be wrapped as inline.
</div>
</div>
{% endhighlight %}
{% endhighlight %}
<h4>Optional sizes</h4>
<h3>Optional sizes</h3>
<p>Add the relative form sizing classes to the <code>.input-group-addon</code>.</p>
<p>Add the relative form sizing classes to the <code>.input-group-addon</code>.</p>
<formclass="bs-example bs-example-form">
<formclass="bs-example bs-example-form">
<divclass="input-group col-lg-9">
<divclass="input-group col-lg-9">
...
@@ -1618,7 +1614,7 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -1618,7 +1614,7 @@ For example, <code><section></code> should be wrapped as inline.
</div>
</div>
{% endhighlight %}
{% endhighlight %}
<h4>Buttons instead of text</h4>
<h3>Buttons instead of text</h3>
<p>Buttons in input groups are a bit different and require one extra level of nesting. Instead of <code>.input-group-addon</code>, you'll need to use <code>.input-group-btn</code> to wrap the buttons. This is required due to default browser styles that cannot be overridden.</p>
<p>Buttons in input groups are a bit different and require one extra level of nesting. Instead of <code>.input-group-addon</code>, you'll need to use <code>.input-group-btn</code> to wrap the buttons. This is required due to default browser styles that cannot be overridden.</p>
<formclass="bs-example bs-example-form">
<formclass="bs-example bs-example-form">
<divclass="input-group col-lg-7">
<divclass="input-group col-lg-7">
...
@@ -1651,7 +1647,7 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -1651,7 +1647,7 @@ For example, <code><section></code> should be wrapped as inline.
</div>
</div>
{% endhighlight %}
{% endhighlight %}
<h4>Button dropdowns</h4>
<h3>Button dropdowns</h3>
<p></p>
<p></p>
<formclass="bs-example bs-example-form">
<formclass="bs-example bs-example-form">
<divclass="input-group col-lg-7">
<divclass="input-group col-lg-7">
...
@@ -1712,7 +1708,7 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -1712,7 +1708,7 @@ For example, <code><section></code> should be wrapped as inline.
</div><!-- /input-group -->
</div><!-- /input-group -->
{% endhighlight %}
{% endhighlight %}
<h4>Segmented dropdown groups</h4>
<h3>Segmented dropdown groups</h3>
<formclass="bs-example bs-example-form">
<formclass="bs-example bs-example-form">
<divclass="input-group col-lg-7">
<divclass="input-group col-lg-7">
<divclass="input-group-btn">
<divclass="input-group-btn">
...
@@ -1766,10 +1762,10 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -1766,10 +1762,10 @@ For example, <code><section></code> should be wrapped as inline.
</div>
</div>
{% endhighlight %}
{% endhighlight %}
<h3id="forms-control-sizes">Control sizing</h3>
<h2id="forms-control-sizes">Control sizing</h2>
<p>Use relative sizing classes like <code>.input-large</code> or match your inputs to the grid column sizes using <code>.col-lg-*</code> classes.</p>
<p>Use relative sizing classes like <code>.input-large</code> or match your inputs to the grid column sizes using <code>.col-lg-*</code> classes.</p>
<h4>Relative sizing</h4>
<h3>Relative sizing</h3>
<p>Create larger or smaller form controls that match button sizes.</p>
<p>Create larger or smaller form controls that match button sizes.</p>