fix border and border radius on radios/checkboxes for iOS, fix forms docs alignment on small devices

This commit is contained in:
Mark Otto
2012-01-28 12:58:26 -08:00
parent b77161f864
commit 70c6a6cd85
5 changed files with 11 additions and 59 deletions

View File

@@ -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/");
}

View File

@@ -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