aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-28 12:58:26 -0800
committerMark Otto <[email protected]>2012-01-28 12:58:26 -0800
commit70c6a6cd855a617b086682ef919e02cf67d4e86e (patch)
tree34420da6e4981941fb4c92ded163a10f82c38e68 /less
parentb77161f8647f791319c684a191c2308b6dd05100 (diff)
downloadbootstrap-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.less1
-rw-r--r--less/responsive.less3
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