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

give IE7 inline-block behavior for input-prepend/append

This commit is contained in:
Mark Otto
2012-03-25 14:37:19 -07:00
parent d0526e31fa
commit cbd77d0aeb
3 changed files with 5 additions and 0 deletions
+4
View File
@@ -1116,6 +1116,10 @@ select:focus:required:invalid:focus {
.form-inline .input-append,
.form-horizontal .input-append {
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
margin-bottom: 0;
}
.form-search .hide,