modal was not centered correctly

This commit is contained in:
Mark Otto
2011-10-08 09:21:25 -07:00
parent eddc59c634
commit 13cc27a6b4
3 changed files with 6 additions and 5 deletions

View File

@@ -800,7 +800,8 @@ input[type=submit].btn {
&.fade { opacity: 0; }
}
.modal-backdrop, .modal-backdrop.fade.in {
.modal-backdrop,
.modal-backdrop.fade.in {
.opacity(80);
}
@@ -810,7 +811,7 @@ input[type=submit].btn {
left: 50%;
z-index: 11000;
width: 560px;
margin: -250px 0 0 -250px;
margin: -250px 0 0 -280px;
background-color: @white;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.3);