Ignore:
Timestamp:
2 Apr 2014, 09:58:39 (11 years ago)
Author:
Henrik Bettermann
Message:

File input fields brought into shape with Bootstrap 3. Technique adapted from http://labs.abeautifulsite.net/demos/bootstrap-file-inputs/.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicanteditpage.pt

    r11254 r11558  
    2828        <td>
    2929          <img src="passport.jpg" height="180px" /><br />
    30           <input type="file" name="form.passport" />
    3130          <br />
     31                <div class="input-group half">
     32                        <div class="input-group-btn">
     33                                <div class="btn btn-default btn-file">
     34                Select&hellip;
     35                <input type="file" name="form.passport" />
     36              </div>
     37                        </div>
     38                        <input type="text" class="form-control" readonly>
     39          </div>
    3240          <span i18n:translate="">
    3341            Max. file size:
Note: See TracChangeset for help on using the changeset viewer.