diff options
| author | Mark Otto <[email protected]> | 2012-10-01 11:53:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-01 11:53:52 -0700 |
| commit | 50355929887bf1ff3ecbf4269d0ff05438a6ef5a (patch) | |
| tree | 400754dee5fb5f9bc97f9c1fa0d4ad7030af0667 /less/forms.less | |
| parent | c6c1ada60074e420fa93174cb3db167faf618e2b (diff) | |
| download | bootstrap-50355929887bf1ff3ecbf4269d0ff05438a6ef5a.tar.xz bootstrap-50355929887bf1ff3ecbf4269d0ff05438a6ef5a.zip | |
fixes #5193 manually: checkbox and radio padding in .controls-row
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index c9fafec27..e3da82265 100644 --- a/less/forms.less +++ b/less/forms.less @@ -312,6 +312,11 @@ textarea[class*="span"], .row-fluid .controls-row [class*="span"] { float: left; } +// Explicity set top padding on all checkboxes/radios, not just first-child +.controls-row .checkbox[class*="span"], +.controls-row .radio[class*="span"] { + padding-top: 5px; +} |
