diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forms.less | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/forms.less b/lib/forms.less index dffdb37d4..ec459c908 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -77,7 +77,12 @@ select, .border-radius(3px); } -/* mini reset for non-html5 file types */ +// remove padding from select +select { + padding: initial; +} + +// mini reset for non-html5 file types input[type=checkbox], input[type=radio] { width: auto; @@ -239,8 +244,7 @@ textarea.xxlarge { width: ((@gridColumnWidth - 10) * @columnSpan) + ((@gridColumnWidth - 10) * (@columnSpan - 1)); } input, -textarea, -select { +textarea { // Default columns &.span1 { .formColumns(1); } &.span2 { .formColumns(2); } |
