2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Fixes #13003: Move padding on radio and checkbox options from the surrounding div to the label to remove the no-click deadzone caused by negative margin

This commit is contained in:
Mark Otto
2014-03-10 16:41:56 -07:00
parent ac8db909c5
commit a83ca38713
10 changed files with 15 additions and 13 deletions
+2 -2
View File
@@ -2388,13 +2388,13 @@ input[type="date"].input-lg {
.checkbox {
display: block;
min-height: 20px;
padding-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
display: inline;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}