diff options
| author | Mark Otto <[email protected]> | 2013-01-11 20:46:21 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-11 20:46:21 -0800 |
| commit | 767a293b4d7a1221a6c859fa24a38b724d564ba6 (patch) | |
| tree | c866187819ea5117a56605b27420d9b8a5d22713 /less/forms.less | |
| parent | 56a24027c374fd9c75c150d99332fe12b0299b35 (diff) | |
| download | bootstrap-767a293b4d7a1221a6c859fa24a38b724d564ba6.tar.xz bootstrap-767a293b4d7a1221a6c859fa24a38b724d564ba6.zip | |
Increase input group margin on bottom and vertically center to match inputs
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index c1b381380..06767bdd3 100644 --- a/less/forms.less +++ b/less/forms.less @@ -423,7 +423,8 @@ select:focus:invalid { .input-append, .input-prepend { display: inline-block; - margin-bottom: 5px; + margin-bottom: @baseLineHeight / 2; + vertical-align: middle; font-size: 0; // white space collapse hack white-space: nowrap; // Prevent span and input from separating |
