fixes #9632: button spacing in narrow viewports

This commit is contained in:
Mark Otto
2013-08-15 13:24:48 -07:00
parent c0c72a64b4
commit 98368c0cca
2 changed files with 168 additions and 154 deletions

View File

@@ -438,10 +438,14 @@ body {
}
/* Buttons */
.bs-example > .btn {
.bs-example > .btn,
.bs-example > .btn-group {
margin-top: 5px;
margin-bottom: 5px;
}
.bs-example > .btn-toolbar + .btn-toolbar {
margin-top: 10px;
}
/* Forms */
.bs-example-control-sizing select,
@@ -536,6 +540,10 @@ body {
.bs-example-tooltips {
text-align: center;
}
.bs-example-tooltips > .btn {
margin-top: 5px;
margin-bottom: 5px;
}
/* Popovers */
.bs-example-popover {