This commit is contained in:
FezVrasta 2014-11-26 12:53:20 +01:00
parent fc0fed6eab
commit 432e5c6b0a
5 changed files with 17 additions and 2 deletions

View File

@ -2998,6 +2998,12 @@ body .jumbotron-material-lightgrey,
.open > .dropdown-toggle.btn-material-lightgrey {
background-color: #ececec;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: 0;
}
.btn-group,
.btn-group-vertical {
position: relative;

File diff suppressed because one or more lines are too long

View File

@ -2991,6 +2991,12 @@ body .jumbotron-material-lightgrey,
.open > .dropdown-toggle.btn-material-lightgrey {
background-color: #ececec;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: 0;
}
.btn-group,
.btn-group-vertical {
position: relative;

File diff suppressed because one or more lines are too long

View File

@ -76,6 +76,9 @@
.open > .dropdown-toggle.btn {
.variations(~"", background-color, @btn-default);
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
margin-left: 0;
}
.btn-group, .btn-group-vertical {
position: relative;
border-radius: 2px;