Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
(form-horizontal) accounted for form-horizontal
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcculloh committed Sep 16, 2014
1 parent 67fc52c commit cf3c37a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions less/checkbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

}

.form-horizontal .checkbox-inline{
padding-top: 0;
}

.checkbox-custom {
position: relative;

Expand Down
6 changes: 5 additions & 1 deletion less/radio.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@

}

.form-horizontal .radio-inline{
padding-top: 0;
}

.radio-custom {
position: relative;

Expand Down Expand Up @@ -60,7 +64,7 @@
&:after {
cursor: not-allowed;
}

&:before {
cursor: not-allowed;
opacity: .5;
Expand Down

0 comments on commit cf3c37a

Please sign in to comment.