2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

allow alternate form layouts to hide inputs with .hide on them

This commit is contained in:
Mark Otto
2012-02-04 18:26:04 -08:00
parent 9ab843b936
commit ac98cee609
5 changed files with 9 additions and 2 deletions
+3
View File
@@ -940,6 +940,9 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
display: inline-block;
margin-bottom: 0;
}
.form-search .hide, .form-inline .hide, .form-horizontal .hide {
display: none;
}
.form-search label,
.form-inline label,
.form-search .input-append,