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:
Vendored
+4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user