diff options
| author | Mark Otto <[email protected]> | 2015-08-05 23:14:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-05 23:14:53 -0700 |
| commit | be299c1b8bdff1e247af9ab211f3db89c24e1836 (patch) | |
| tree | 0f5b5b4c0d0a0e6174891104b1a12a313299e1b0 /dist/css/bootstrap.css | |
| parent | f534cabc7e0ff4607f123d29f7e188f1731d74f9 (diff) | |
| download | bootstrap-be299c1b8bdff1e247af9ab211f3db89c24e1836.tar.xz bootstrap-be299c1b8bdff1e247af9ab211f3db89c24e1836.zip | |
switch to primary button there
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 0ddd78460..0841c8488 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1360,7 +1360,7 @@ pre { .form-control { display: block; width: 100%; - padding: 0.5rem 0.75rem; + padding: 0.5rem 1rem; font-size: 1rem; line-height: 1.5; color: #55595c; @@ -1392,7 +1392,7 @@ pre { display: block; } .form-control-label { - padding: 0.5625rem 0.75rem; + padding: 0.5625rem 1rem; margin-bottom: 0; } @media screen and (-webkit-min-device-pixel-ratio: 0) { @@ -1683,7 +1683,7 @@ fieldset[disabled] .checkbox label { cursor: pointer; user-select: none; border: 0.0625rem solid transparent; - padding: 0.5rem 0.75rem; + padding: 0.5rem 1rem; font-size: 1rem; line-height: 1.5; border-radius: 0.25rem; @@ -2316,7 +2316,7 @@ input[type="button"].btn-block { vertical-align: middle; } .input-group-addon { - padding: 0.5rem 0.75rem; + padding: 0.5rem 1rem; font-size: 1rem; font-weight: normal; line-height: 1; @@ -3049,7 +3049,7 @@ input[type="button"].btn-block { .pagination > li > span { position: relative; float: left; - padding: 0.5rem 0.75rem; + padding: 0.5rem 1rem; margin-left: -1px; line-height: 1.5; color: #0275d8; |
