From cf3c37a237b7214dad4f512b647fec921db2aeae Mon Sep 17 00:00:00 2001 From: Christopher McCulloh Date: Tue, 16 Sep 2014 14:31:07 -0400 Subject: [PATCH] (form-horizontal) accounted for form-horizontal --- less/checkbox.less | 4 ++++ less/radio.less | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/less/checkbox.less b/less/checkbox.less index 654327a24..e7e404fe1 100644 --- a/less/checkbox.less +++ b/less/checkbox.less @@ -18,6 +18,10 @@ } +.form-horizontal .checkbox-inline{ + padding-top: 0; +} + .checkbox-custom { position: relative; diff --git a/less/radio.less b/less/radio.less index 744be08d5..22a7cba71 100644 --- a/less/radio.less +++ b/less/radio.less @@ -17,6 +17,10 @@ } +.form-horizontal .radio-inline{ + padding-top: 0; +} + .radio-custom { position: relative; @@ -60,7 +64,7 @@ &:after { cursor: not-allowed; } - + &:before { cursor: not-allowed; opacity: .5;