diff options
| author | Mark Otto <[email protected]> | 2015-08-13 23:04:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-13 23:04:16 -0700 |
| commit | 9b1ee31567ac43c33227bf171d0e2e1e4c170591 (patch) | |
| tree | ff65c7601af4c08c8e07c0131a251d9604d94fab /docs/dist/css/bootstrap.css | |
| parent | 879114a80839ca8216fe914294561643e6c9aa4c (diff) | |
| download | bootstrap-9b1ee31567ac43c33227bf171d0e2e1e4c170591.tar.xz bootstrap-9b1ee31567ac43c33227bf171d0e2e1e4c170591.zip | |
nuke the shared padding vars and assign to individual components
- no real need for everything to be 100% shared
- padding looked and felt too large for inputs but not for buttons
- tying forms and buttons seems fine, but throwing in pagination feels wrong
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 86ba77dc4..11c8ce127 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -1859,7 +1859,7 @@ pre code { .form-control { display: block; width: 100%; - padding: .5rem 1rem; + padding: .5rem .75rem; font-size: 1rem; line-height: 1.5; color: #55595c; @@ -1917,7 +1917,7 @@ fieldset[disabled] .form-control { } .form-control-label { - padding: .5625rem 1rem; + padding: .5625rem .75rem; margin-bottom: 0; } @@ -2069,7 +2069,7 @@ fieldset[disabled] .checkbox label { .form-control-success, .form-control-warning, .form-control-error { - padding-right: 3rem; + padding-right: 2.25rem; background-repeat: no-repeat; background-position: center right .65625rem; -webkit-background-size: 1.70625rem 1.70625rem; @@ -2832,13 +2832,6 @@ fieldset[disabled] .btn-link:hover { border-radius: .2rem; } -.btn-xs, .btn-group-xs > .btn { - padding: .2rem .5rem; - font-size: .75rem; - line-height: 1.5; - border-radius: .2rem; -} - .btn-block { display: block; width: 100%; @@ -3262,7 +3255,7 @@ input[type="button"].btn-block { } .input-group-addon { - padding: .5rem 1rem; + padding: .5rem .75rem; font-size: 1rem; font-weight: normal; line-height: 1; @@ -3282,7 +3275,7 @@ input[type="button"].btn-block { .input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn { - padding: .75rem 1.5rem; + padding: 1.5rem 1.5rem; font-size: 1.25rem; border-radius: .3rem; } @@ -4253,7 +4246,7 @@ input[type="button"].btn-block { .pagination > li > span { position: relative; float: left; - padding: .5rem 1rem; + padding: .5rem .75rem; margin-left: -1px; line-height: 1.5; color: #0275d8; |
