2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03: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.
+3
View File
@@ -165,6 +165,9 @@
width: auto; width: auto;
margin-left: 0; margin-left: 0;
} }
.input-large,
.input-xlarge,
.input-xxlarge,
input[class*="span"], input[class*="span"],
select[class*="span"], select[class*="span"],
textarea[class*="span"], textarea[class*="span"],
+3
View File
@@ -128,6 +128,9 @@
// FORM FIELDS // FORM FIELDS
// ----------- // -----------
// Make span* classes full width // Make span* classes full width
.input-large,
.input-xlarge,
.input-xxlarge,
input[class*="span"], input[class*="span"],
select[class*="span"], select[class*="span"],
textarea[class*="span"], textarea[class*="span"],