diff options
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; +} |
