Fix for margin form in modal

This commit is contained in:
Arnold Daniels
2012-02-22 00:03:28 +01:00
parent eff81df820
commit 93688552a2

View File

@@ -70,3 +70,6 @@
margin-bottom: 0; // account for input[type="submit"] which gets the bottom margin like all other inputs
}
}
.modal form {
margin-bottom: 0;
}