aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-06 10:59:46 -0700
committerMark Otto <[email protected]>2012-07-06 10:59:46 -0700
commitdc6eaafb00426315a3720324d7fc3a4a33a04ddf (patch)
treee8f1f7708dd49b8ac029f4b40c7a70583207391d
parent19ea4668e5d62303b26e322d32b45d6268837c18 (diff)
downloadbootstrap-dc6eaafb00426315a3720324d7fc3a4a33a04ddf.tar.xz
bootstrap-dc6eaafb00426315a3720324d7fc3a4a33a04ddf.zip
vertically align inline form content
-rw-r--r--docs/assets/css/bootstrap.css1
-rw-r--r--less/forms.less1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 1cd490716..0a3e86393 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1551,6 +1551,7 @@ input.search-query {
display: inline-block;
*display: inline;
margin-bottom: 0;
+ vertical-align: middle;
*zoom: 1;
}
diff --git a/less/forms.less b/less/forms.less
index f97d6aeef..1b57b66be 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -502,6 +502,7 @@ input.search-query {
display: inline-block;
.ie7-inline-block();
margin-bottom: 0;
+ vertical-align: middle;
}
// Re-hide hidden elements due to specifity
.hide {