Merge pull request #194 from christianesperar/master

Fix modal button not aligned properly
This commit is contained in:
Christian Esperar 2016-06-07 00:29:28 +08:00
commit 6f8ff7ecbd
3 changed files with 9 additions and 3 deletions

View file

@ -1746,7 +1746,10 @@ a.star {
text-align: left;
width: 100%; }
.buttons, button, .btn {
button,
.buttons,
.btn,
.modal-footer .btn + .btn {
margin-bottom: 5px;
margin-right: 5px; }

File diff suppressed because one or more lines are too long

View file

@ -1909,7 +1909,10 @@ a.star {
width: 100%;
}
.buttons, button, .btn {
button,
.buttons,
.btn,
.modal-footer .btn+.btn {
margin-bottom: 5px;
margin-right: 5px;
}