diff options
| author | mrmrs <[email protected]> | 2014-03-09 23:28:08 -0700 |
|---|---|---|
| committer | mrmrs <[email protected]> | 2014-03-09 23:28:08 -0700 |
| commit | 2f380a968353e1adc4a331e0c5892a07e1241ae7 (patch) | |
| tree | 7a723d64d73817f53e05bab7f4109edb2161d60f /less/forms.less | |
| parent | 348b7de7f7c6c1fb72b0e47124d814c639475f5d (diff) | |
| parent | e727973d8c8cec151f13bd65d24a664918efd28a (diff) | |
| download | bootstrap-2f380a968353e1adc4a331e0c5892a07e1241ae7.tar.xz bootstrap-2f380a968353e1adc4a331e0c5892a07e1241ae7.zip | |
Merge branch 'master' into modular-the-mixins
* master:
Replace some images on the Carousel example with some base64 encoded 1x1 gifs
ugh grunt
moar grunt
mo copy
http://www.youtube.com/watch?v=AJWtLf4-WWs
grunt
Copy change
fix grammar in comment in forms.less
Fixes #12759
Fixes #12738
replace .visible-{size} with .visible-{size}-{display} ; fixes #8869
Conflicts:
dist/css/bootstrap-theme.css.map
dist/css/bootstrap.css.map
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap-theme.css.map
docs/dist/css/bootstrap.css.map
less/mixins.less
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index 47ed3426a..de17d1c82 100644 --- a/less/forms.less +++ b/less/forms.less @@ -368,6 +368,18 @@ input[type="checkbox"], width: auto; // Prevent labels from stacking above inputs in `.form-group` vertical-align: middle; } + + .input-group { + display: inline-table; + vertical-align: middle; + + .input-group-addon, + .input-group-btn, + .form-control { + width: auto; + } + } + // Input groups need that 100% width though .input-group > .form-control { width: 100%; @@ -415,7 +427,7 @@ input[type="checkbox"], // Consistent vertical alignment of radios and checkboxes // - // Labels also get some reset styles, but that is scope to a media query below. + // Labels also get some reset styles, but that is scoped to a media query below. .radio, .checkbox, .radio-inline, |
