Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-12-15 08:04:12 +0400
committerMark Otto <otto@github.com>2013-12-15 08:04:12 +0400
commit432b9f9cde8e2b067fd54ed148c5f8df510e30c5 (patch)
tree479173009e357710ce0ef3dbb1075920d69be24c /dist/css/bootstrap.css
parent4da03c83c5f850afc3211438227ba16d34c580e1 (diff)
Fixes #11561: Add float: left; to .form-control within input groups to prevent IE9 from screwing up placeholder text and select menu arrows
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 3d53a6aef1..c868d75858 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -3208,6 +3208,7 @@ input[type="button"].btn-block {
padding-left: 0;
}
.input-group .form-control {
+ float: left;
width: 100%;
margin-bottom: 0;
}