diff options
| author | Mark Otto <[email protected]> | 2012-01-14 16:38:40 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-14 16:38:40 -0800 |
| commit | a40b2a636c908859c2bb7434f0c050be2dc7e70e (patch) | |
| tree | 46ffcdcacc5187a8e480d1bcad2cae7411f16053 /lib | |
| parent | ceb6836e03b03c757578c9e5614f535d9be2ad7f (diff) | |
| download | bootstrap-a40b2a636c908859c2bb7434f0c050be2dc7e70e.tar.xz bootstrap-a40b2a636c908859c2bb7434f0c050be2dc7e70e.zip | |
make inline and search form labels inline-block
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forms.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/forms.less b/lib/forms.less index 505331044..ed97d8dd0 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -452,6 +452,10 @@ input::-webkit-input-placeholder { margin-bottom: 0; } } +.search-form label, +.inline-form label { + display: inline-block; +} // Margin to space out fieldsets .control-group { |
