Browse Source

Merge 22ac2d1b19 into 2c46a299d3

pull/56/merge
Krzysztof Piasecki 8 years ago
committed by GitHub
parent
commit
6e624b64cc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 0 deletions
  1. +8
    -0
      .htmllintrc
  2. +13
    -0
      src/forms.html

+ 8
- 0
.htmllintrc View File

@ -0,0 +1,8 @@
{
"id-no-dup": true,
"class-no-dup": true,
"attr-quote-style": "double",
"tag-close": true,
"id-class-style": "dash",
"indent-style": "tab"
}

+ 13
- 0
src/forms.html View File

@ -582,6 +582,19 @@
<input type="text" class="form-control" id="inputZip">
</div>
</div>
<div class="form-row">
<div class="form-group col-md-6">
<label class="fw-500">Birthdate</label>
<div class="timepicker-input input-icon form-group">
<div class="input-group">
<div class="input-group-addon bgc-white bd bdwR-0">
<i class="ti-calendar"></i>
</div>
<input type="text" class="form-control bdc-grey-200 start-date" placeholder="Datepicker" data-provide="datepicker">
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="checkbox checkbox-circle checkbox-info peers ai-c">
<input type="checkbox" id="inputCall2" name="inputCheckboxesCall" class="peer">


Loading…
Cancel
Save