diff options
| author | Mark Otto <[email protected]> | 2013-11-29 21:59:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-29 21:59:28 -0800 |
| commit | 36b82c37ecbedd13f9a2f3eca545745eb8eedf75 (patch) | |
| tree | ed1117367f97a777a3abdadebf7b9c0ccd483c58 /dist/css/bootstrap.css | |
| parent | 61c641ea05c317e06bb3b9df0d9956abffc32e7e (diff) | |
| download | bootstrap-36b82c37ecbedd13f9a2f3eca545745eb8eedf75.tar.xz bootstrap-36b82c37ecbedd13f9a2f3eca545745eb8eedf75.zip | |
Implement #11174 to fix #10936: increase height of large inputs to fix Firefox inconsistencies
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 49d060008..6d3a9e1e9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2070,7 +2070,7 @@ textarea.input-sm { } .input-lg { - height: 45px; + height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; @@ -2078,8 +2078,8 @@ textarea.input-sm { } select.input-lg { - height: 45px; - line-height: 45px; + height: 46px; + line-height: 46px; } textarea.input-lg { @@ -3884,7 +3884,7 @@ input[type="button"].btn-block { .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { - height: 45px; + height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; @@ -3894,8 +3894,8 @@ input[type="button"].btn-block { select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { - height: 45px; - line-height: 45px; + height: 46px; + line-height: 46px; } textarea.input-group-lg > .form-control, |
