diff --git a/less/checkbox.less b/less/checkbox.less index e7e404fe1..3fe0c3a9f 100644 --- a/less/checkbox.less +++ b/less/checkbox.less @@ -22,6 +22,11 @@ padding-top: 0; } +.input-group-addon.checkbox-custom.checkbox-inline:before + left: 11px; + top: 9px; +} + .checkbox-custom { position: relative; diff --git a/less/misc.less b/less/misc.less index 04be31e0c..40b0cb2db 100644 --- a/less/misc.less +++ b/less/misc.less @@ -35,7 +35,11 @@ input, textarea { } } -// makes radios and checkboxes that use Bootstrap button plugin accessible (tabbable) +.input-group-addon { + padding: 6px 18px; +} + +// makes radios and checkboxes that use Bootstrap button plugin accessible (tabbable) [data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] { display:inline; diff --git a/less/radio.less b/less/radio.less index 22a7cba71..fdbe47b17 100644 --- a/less/radio.less +++ b/less/radio.less @@ -21,6 +21,11 @@ padding-top: 0; } +.input-group-addon.radio-custom.radio-inline:before { + left: 11px; + top: 9px; +} + .radio-custom { position: relative;