aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-08 09:21:25 -0700
committerMark Otto <[email protected]>2011-10-08 09:21:25 -0700
commit13cc27a6b4f0ebbe90fcd9d9409d50fd46f6022b (patch)
tree56d35bb0215c89c58663ef596fad801fdcdc779f /lib
parenteddc59c634bf8829c51c0a5846c502bf697cc95e (diff)
downloadbootstrap-13cc27a6b4f0ebbe90fcd9d9409d50fd46f6022b.tar.xz
bootstrap-13cc27a6b4f0ebbe90fcd9d9409d50fd46f6022b.zip
modal was not centered correctly
Diffstat (limited to 'lib')
-rw-r--r--lib/patterns.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index da6b0df3b..c3a8cf67b 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -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);