diff options
Diffstat (limited to 'lib/forms.less')
| -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; } } |
