diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 59901bef6..364047ee3 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -286,7 +286,9 @@ table { } } -* { +*, +*:before, +*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; @@ -2253,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; @@ -2262,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; |
