Bootstrap 3 Tutorial
BS Input Sizing
Input Sizing in Forms
Use classes such as .input-lg and .input-sm to specify the height of input components.
Use grid column classes such as.col-lg-* and.col-sm-* to specify element widths.
Height Sizing
------list mukava -----
The examples below illustrate input components with varying heights:
Example
To easily scale labels and form controls within a Horizontal form, add .form-group-* to the <div class=”form-group”> element.
Example
Use the .input-group-sm or .input-group-lg classes to instantly scale all inputs and other elements within an .input-group:
Example
Column Sizing
------list mukava -----
The following examples demonstrate input elements with varying widths using various .col-xs-* classes:
Example
Help Text
To add block-level help text in forms, use the .help-block class.
Example
This is some help text...