fix margin on input buttons in modals

This commit is contained in:
Mark Otto
2012-01-25 08:34:20 -08:00
parent de4ada3b88
commit d8041f7c8f
3 changed files with 4 additions and 2 deletions

View File

@@ -60,5 +60,6 @@
.btn {
float: right;
margin-left: 5px;
margin-bottom: 0; // account for input[type=submit] which gets the bottom margin like all other inputs
}
}