diff options
| author | Mark Otto <[email protected]> | 2012-01-28 12:58:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 12:58:26 -0800 |
| commit | 70c6a6cd855a617b086682ef919e02cf67d4e86e (patch) | |
| tree | 34420da6e4981941fb4c92ded163a10f82c38e68 /less | |
| parent | b77161f8647f791319c684a191c2308b6dd05100 (diff) | |
| download | bootstrap-70c6a6cd855a617b086682ef919e02cf67d4e86e.tar.xz bootstrap-70c6a6cd855a617b086682ef919e02cf67d4e86e.zip | |
fix border and border radius on radios/checkboxes for iOS, fix forms docs alignment on small devices
Diffstat (limited to 'less')
| -rw-r--r-- | less/forms.less | 1 | ||||
| -rw-r--r-- | less/responsive.less | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index 9565c52d7..f327b4faa 100644 --- a/less/forms.less +++ b/less/forms.less @@ -85,6 +85,7 @@ input[type="radio"] { *margin-top: 0; /* IE7 */ line-height: normal; border: none; + border: initial; cursor: pointer; border-radius: 0 e("\0/"); } diff --git a/less/responsive.less b/less/responsive.less index 24b58d2ab..4ce4aff72 100644 --- a/less/responsive.less +++ b/less/responsive.less @@ -50,7 +50,8 @@ } // Move over buttons in .form-actions to align with .controls .form-horizontal .form-actions { - padding-left: 0; + padding-left: 10px; + padding-right: 10px; } // Modals |
