0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

add larger .input-* to block reset for responsive <767

This commit is contained in:
Mark Otto 2012-04-07 23:41:09 -07:00
parent 28c4ed824e
commit 0b2d23d443
3 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@ -165,6 +165,9 @@
width: auto;
margin-left: 0;
}
.input-large,
.input-xlarge,
.input-xxlarge,
input[class*="span"],
select[class*="span"],
textarea[class*="span"],

View File

@ -128,6 +128,9 @@
// FORM FIELDS
// -----------
// Make span* classes full width
.input-large,
.input-xlarge,
.input-xxlarge,
input[class*="span"],
select[class*="span"],
textarea[class*="span"],