diff options
| author | Mark Otto <[email protected]> | 2013-08-05 11:47:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 11:47:12 -0700 |
| commit | a82ca0f9e1711b32f7c07e23ea1e23dd253cd21e (patch) | |
| tree | 36702944d9f3fb661515c9927a33fa1ede931c6a /dist/css/bootstrap.css | |
| parent | d0d8ab83643064751246f945d194a67c5f6f2da4 (diff) | |
| download | bootstrap-a82ca0f9e1711b32f7c07e23ea1e23dd253cd21e.tar.xz bootstrap-a82ca0f9e1711b32f7c07e23ea1e23dd253cd21e.zip | |
Fixes #8795, a reoccurence of #1969
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index a732a6887..1d9df383d 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1649,10 +1649,17 @@ textarea.input-sm { .form-inline .radio, .form-inline .checkbox { + padding-left: 0; margin-top: 0; margin-bottom: 0; } +.form-inline .radio input[type="radio"], +.form-inline .checkbox input[type="checkbox"] { + float: none; + margin-left: 0; +} + .form-horizontal .control-label, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { @@ -2926,10 +2933,17 @@ button.close { .navbar-form .radio, .navbar-form .checkbox { + padding-left: 0; margin-top: 0; margin-bottom: 0; } +.navbar-form .radio input[type="radio"], +.navbar-form .checkbox input[type="checkbox"] { + float: none; + margin-left: 0; +} + .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; |
