From c843e202b53502f8e973419bc5ea9c62f87f9c89 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 3 Oct 2011 22:27:15 -0700 Subject: make it so that checkboxes and radio options-list can have wrapping labels; needs to be cross browser tested yet --- lib/forms.less | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/forms.less') diff --git a/lib/forms.less b/lib/forms.less index 85e6e361e..7c9cc7c62 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -387,6 +387,7 @@ textarea[readonly] { float: none; width: auto; padding: 0; + margin-left: 20px; line-height: @baseline; text-align: left; white-space: normal; @@ -412,6 +413,8 @@ textarea[readonly] { input[type=radio], input[type=checkbox] { margin-bottom: 0; + margin-left: -20px; + float: left; } } -- cgit v1.2.3