Skip to content

Commit 8f0671a

Browse files
committed
remove bottom margin from form in modals for temp fix"
1 parent 13cc27a commit 8f0671a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

bootstrap.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://www.apache.org/licenses/LICENSE-2.0
77
*
88
* Designed and built with all the love in the world @twitter by @mdo and @fat.
9-
* Date: Sat Oct 8 09:21:16 PDT 2011
9+
* Date: Sun Oct 9 20:57:28 PDT 2011
1010
*/
1111
/* Reset.less
1212
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -2165,6 +2165,9 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
21652165
.modal-body {
21662166
padding: 15px;
21672167
}
2168+
.modal-body form {
2169+
margin-bottom: 0;
2170+
}
21682171
.modal-footer {
21692172
background-color: #f5f5f5;
21702173
padding: 14px 15px 15px;

bootstrap.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/patterns.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,9 @@ input[type=submit].btn {
833833
.modal-body {
834834
padding: 15px;
835835
}
836+
.modal-body form {
837+
margin-bottom: 0;
838+
}
836839
.modal-footer {
837840
background-color: #f5f5f5;
838841
padding: 14px 15px 15px;

0 commit comments

Comments
 (0)