diff options
| author | Mark Otto <[email protected]> | 2014-11-29 20:58:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-29 20:58:14 -0800 |
| commit | 9c049c99e2839239552bef2d7e4d2a43cdf387b2 (patch) | |
| tree | 84ae96c37c34b541693c6c9046a7a297985823b0 /docs/dist/css/bootstrap.css | |
| parent | 7c71b4874bfb992bd39e55c369d52f825de1946c (diff) | |
| download | bootstrap-9c049c99e2839239552bef2d7e4d2a43cdf387b2.tar.xz bootstrap-9c049c99e2839239552bef2d7e4d2a43cdf387b2.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 38 |
1 files changed, 30 insertions, 8 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index c33542d02..19185a53e 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -2494,7 +2494,21 @@ fieldset[disabled] .checkbox label { padding-right: 0; padding-left: 0; } -.input-sm, +.input-sm { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +select.input-sm { + height: 30px; + line-height: 30px; +} +textarea.input-sm, +select[multiple].input-sm { + height: auto; +} .form-group-sm .form-control { height: 30px; padding: 5px 10px; @@ -2502,18 +2516,29 @@ fieldset[disabled] .checkbox label { line-height: 1.5; border-radius: 3px; } -select.input-sm, select.form-group-sm .form-control { height: 30px; line-height: 30px; } -textarea.input-sm, textarea.form-group-sm .form-control, -select[multiple].input-sm, select[multiple].form-group-sm .form-control { height: auto; } -.input-lg, +.input-lg { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} +select.input-lg { + height: 46px; + line-height: 46px; +} +textarea.input-lg, +select[multiple].input-lg { + height: auto; +} .form-group-lg .form-control { height: 46px; padding: 10px 16px; @@ -2521,14 +2546,11 @@ select[multiple].form-group-sm .form-control { line-height: 1.33; border-radius: 6px; } -select.input-lg, select.form-group-lg .form-control { height: 46px; line-height: 46px; } -textarea.input-lg, textarea.form-group-lg .form-control, -select[multiple].input-lg, select[multiple].form-group-lg .form-control { height: auto; } |
