aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.min.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-09 20:57:38 -0700
committerMark Otto <[email protected]>2011-10-09 20:57:38 -0700
commit8f0671adfb70a7037dfcecf84e584ae38fc89b27 (patch)
tree2a36e3fcab8ba28d7f92428f00f328e29e900109 /bootstrap.min.css
parent13cc27a6b4f0ebbe90fcd9d9409d50fd46f6022b (diff)
downloadbootstrap-8f0671adfb70a7037dfcecf84e584ae38fc89b27.tar.xz
bootstrap-8f0671adfb70a7037dfcecf84e584ae38fc89b27.zip
remove bottom margin from form in modals for temp fix"
Diffstat (limited to 'bootstrap.min.css')
-rw-r--r--bootstrap.min.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css
index 4a7d1bcc2..23c532a7a 100644
--- a/bootstrap.min.css
+++ b/bootstrap.min.css
@@ -322,6 +322,7 @@ button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;
.modal.fade.in{top:50%;}
.modal-header{border-bottom:1px solid #eee;padding:5px 15px;}
.modal-body{padding:15px;}
+.modal-body form{margin-bottom:0;}
.modal-footer{background-color:#f5f5f5;padding:14px 15px 15px;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #ffffff;-moz-box-shadow:inset 0 1px 0 #ffffff;box-shadow:inset 0 1px 0 #ffffff;zoom:1;margin-bottom:0;}.modal-footer:before,.modal-footer:after{display:table;content:"";zoom:1;*display:inline;}
.modal-footer:after{clear:both;}
.modal-footer .btn{float:right;margin-left:5px;}