diff options
| author | Mark Otto <[email protected]> | 2012-02-22 22:38:54 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-22 22:38:54 -0800 |
| commit | 0e8427e7b1c955a70a24817f6c06abd6dfa0c572 (patch) | |
| tree | 74c278015752ac897f562a41e9d935be1c7ccbeb /docs/assets/css/bootstrap.css | |
| parent | 8609a77bd2f2b18a88efea5b31d6b6f90036e702 (diff) | |
| download | bootstrap-0e8427e7b1c955a70a24817f6c06abd6dfa0c572.tar.xz bootstrap-0e8427e7b1c955a70a24817f6c06abd6dfa0c572.zip | |
update modal footers to use text-align instead of float on buttons for alignment
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index eb459012e..e47dbb25f 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3064,6 +3064,7 @@ button.btn.btn-small, input[type="submit"].btn.btn-small { .modal-footer { padding: 14px 15px 15px; margin-bottom: 0; + text-align: right; background-color: #f5f5f5; border-top: 1px solid #ddd; -webkit-border-radius: 0 0 6px 6px; @@ -3081,8 +3082,7 @@ button.btn.btn-small, input[type="submit"].btn.btn-small { .modal-footer:after { clear: both; } -.modal-footer .btn { - float: right; +.modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } |
