diff options
| author | Mark Otto <[email protected]> | 2011-10-03 22:27:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-03 22:27:15 -0700 |
| commit | c843e202b53502f8e973419bc5ea9c62f87f9c89 (patch) | |
| tree | 4cc740676d4ffe56a2afaed0eb8f6292cfc7f7ba /lib | |
| parent | a968d300b434598e8c1735f08fc7ad5da9d40033 (diff) | |
| download | bootstrap-c843e202b53502f8e973419bc5ea9c62f87f9c89.tar.xz bootstrap-c843e202b53502f8e973419bc5ea9c62f87f9c89.zip | |
make it so that checkboxes and radio options-list can have wrapping labels; needs to be cross browser tested yet
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forms.less | 3 |
1 files changed, 3 insertions, 0 deletions
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; } } |
