Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-03-12 09:28:37 +0400
committerMark Otto <markotto@twitter.com>2012-03-12 09:28:37 +0400
commitac7f571e536f4a6d5ee28fba50810d84e4dc1403 (patch)
tree2960a207dd4bf42d4cad421993126d4fd9166bcd /less
parente5a284d442a9c197bf52c9e46e0e387ff45ab9d6 (diff)
enable button groups in modal-footer by removing 5px added margin between .btn
Diffstat (limited to 'less')
-rw-r--r--less/modals.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/less/modals.less b/less/modals.less
index b6f71ffff2..4fccea7386 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;
+ }
}