diff options
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 55402 -> 55416 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 3 | ||||
| -rw-r--r-- | less/modals.less | 4 |
3 files changed, 7 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex c92cbb787..1b149b002 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index a0a18e896..b1490bae8 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3323,6 +3323,9 @@ input[type="submit"].btn.btn-small { margin-left: 5px; margin-bottom: 0; } +.modal-footer .btn-group .btn + .btn { + margin-left: -1px; +} .tooltip { position: absolute; z-index: 1020; diff --git a/less/modals.less b/less/modals.less index b6f71ffff..4fccea738 100644 --- a/less/modals.less +++ b/less/modals.less @@ -83,4 +83,8 @@ margin-left: 5px; margin-bottom: 0; // account for input[type="submit"] which gets the bottom margin like all other inputs } + // but override that for button groups + .btn-group .btn + .btn { + margin-left: -1px; + } } |
