Bs Input Sizing

Bootstrap Input Sizing


Input Sizing inwards Forms

Set the heights of input elements using classes similar .input-lg in addition to .input-sm.
Set the widths of elements using grid column classes similar .col-lg-*and .col-sm-*.

Height Sizing

The next examples shows input elements amongst dissimilar heights:

Example

<form>
  <div class="form-group">
    <label for="inputsm">Small input</label>
    <input class="form-control input-sm" id="inputsm" type="text">
  </div>
   <div class="form-group">
    <label for="inputdefault">Default input</label>
    <input class="form-control" id="inputdefault" type="text">
  </div>
  <div class="form-group">
    <label for="inputlg">Large input</label>
    <input class="form-control input-lg" id="inputlg" type="text">
  </div>
</form>
You tin chop-chop size labels in addition to shape controls within a Horizontal form past times adding .form-group-* to the <div class="form-group"> element:

Example

<div class="form-group form-group-lg">
You tin too chop-chop size all inputs in addition to other elements within an .input-group amongst the .input-group-sm or .input-group-lg classes:

Example

<div class="input-group input-group-lg">

Column Sizing

The next examples shows input elements amongst dissimilar widths using dissimilar .col-xs-* classes:

Example

<div class="form-group row">
  <div class="col-xs-2">
    <label for="ex1">col-xs-2</label>
    <input class="form-control" id="ex1" type="text">
  </div>
  <div class="col-xs-3">
    <label for="ex2">col-xs-3</label>
    <input class="form-control" id="ex2" type="text">
  </div>
  <div class="col-xs-4">
    <label for="ex3">col-xs-4</label>
    <input class="form-control" id="ex3" type="text">
  </div>
</div>

Help Text

Use the .help-block flat to add together a block flat assist text inwards forms:

Example

<div class="form-group">
  <label for="pwd">Password:</label>
  <input type="password" class="form-control" id="pwd" placeholder="Enter password">
  <span class="help-block">This is about assist text...</span>
</div>


Comments

Popular posts from this blog

Removing The Index.Php File From Url Inward Codeigniter

What Are The Main Components of a Computer System

Delete Daily Doppler E-Mail Spam From An Iphone [Fix]