diff options
| author | Mark Otto <[email protected]> | 2013-07-20 21:09:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-20 21:09:03 -0700 |
| commit | a63db4d2f91c056310fc9a24891dbd161672451b (patch) | |
| tree | f5f41e368b3522d1c170b8d3d067c013d9eb0f39 /css.html | |
| parent | df851b40d1accb1c6db44ac77a28c2e76273581b (diff) | |
| download | bootstrap-a63db4d2f91c056310fc9a24891dbd161672451b.tar.xz bootstrap-a63db4d2f91c056310fc9a24891dbd161672451b.zip | |
Update file input to remove height and line-height
This particular form control is wildly inaccurate across browsers, so
we're removing the `height` and `line-height`, but adding `display:
block` so it renders similarly to our other inputs.
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1170,6 +1170,8 @@ For example, <code><section></code> should be wrapped as inline. <input type="text" id="exampleInputEmail" placeholder="Enter email"> <label for="exampleInputPassword">Password</label> <input type="text" id="exampleInputPassword" placeholder="Password"> + <label for="exampleInputFile">File input</label> + <input type="file" id="exampleInputFile"> <p class="help-block">Example block-level help text here.</p> <div class="checkbox"> <label> |
