From 464c2d529579cd3f29ae155bb18398ba136a30c7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 8 Oct 2011 00:26:57 -0700 Subject: remove select from the new form grid sizes and let them inherit the default grid ones --- lib/forms.less | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'lib') 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); } -- cgit v1.2.3