remove select from the new form grid sizes and let them inherit the default grid ones

This commit is contained in:
Mark Otto
2011-10-08 00:26:57 -07:00
parent 0692530efc
commit 464c2d5295
4 changed files with 45 additions and 37 deletions

View File

@@ -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); }