diff options
| author | Mark Otto <[email protected]> | 2012-08-17 16:28:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-17 16:28:45 -0700 |
| commit | 256a25f25c8adc266f9af3099b5143cb49097443 (patch) | |
| tree | 21ae1b16f3b595cbcf08507344745e54f17b8d6f /docs | |
| parent | 5b947b8a2f801d33af2fe8d78f9655ce1ebd5e7c (diff) | |
| download | bootstrap-256a25f25c8adc266f9af3099b5143cb49097443.tar.xz bootstrap-256a25f25c8adc266f9af3099b5143cb49097443.zip | |
fixes #4260 and #4322: set vertical-align to top on input-prepend components to solve modal rounding issues
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 71209d601..f8f16bbf2 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1471,7 +1471,7 @@ select:focus:required:invalid:focus { margin-bottom: 0; *margin-left: 0; font-size: 14px; - vertical-align: middle; + vertical-align: top; -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; @@ -1498,7 +1498,6 @@ select:focus:required:invalid:focus { line-height: 20px; text-align: center; text-shadow: 0 1px 0 #ffffff; - vertical-align: middle; background-color: #eeeeee; border: 1px solid #ccc; } @@ -1508,6 +1507,7 @@ select:focus:required:invalid:focus { .input-append .btn, .input-prepend .btn { margin-left: -1px; + vertical-align: top; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; |
