diff options
| author | Mark Otto <[email protected]> | 2013-08-12 21:27:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 21:27:15 -0700 |
| commit | 49576704ea6c24fbc4cb32f44c5986a1e7714634 (patch) | |
| tree | 046ef825c6292c14cf342737aff142a3f3c4fe22 /dist/css/bootstrap.css | |
| parent | 40723c8716d79e5f27791caa2da5787151a6ee6b (diff) | |
| download | bootstrap-49576704ea6c24fbc4cb32f44c5986a1e7714634.tar.xz bootstrap-49576704ea6c24fbc4cb32f44c5986a1e7714634.zip | |
finish fixing #9295: add button group buttons to new input group sizing
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 0987b7a1d..5ab29f216 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2255,7 +2255,8 @@ input[type="button"].btn-block { } .input-group-lg > .form-control, -.input-group-lg > .input-group-addon { +.input-group-lg > .input-group-addon, +.input-group-lg > .input-group-btn > .btn { height: 45px; padding: 10px 16px; font-size: 18px; @@ -2264,7 +2265,8 @@ input[type="button"].btn-block { } .input-group-sm > .form-control, -.input-group-sm > .input-group-addon { +.input-group-sm > .input-group-addon, +.input-group-lg > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; |
