2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

drop top position a bit

This commit is contained in:
Jacob Thornton
2011-08-28 17:50:14 -07:00
parent 484ed088fc
commit 58cc70531a
3 changed files with 5 additions and 9 deletions
+2 -3
View File
@@ -578,8 +578,6 @@ input[type=submit].btn {
// ------
.modal-backdrop {
/* background-color: rgba(0,0,0,.5);
filter: e(%("progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=%d,endColorstr=%d)", '#aa000000', '#aa000000'));*/
background-color:#000;
&.fade {
opacity: 0;
@@ -591,6 +589,7 @@ input[type=submit].btn {
bottom: 0;
z-index: 1000;
}
.modal-backdrop, .modal-backdrop.fade.in {
.opacity(50);
}
@@ -601,7 +600,7 @@ input[type=submit].btn {
left: 50%;
z-index: 2000;
width: 560px;
margin: -280px 0 0 -250px;
margin: -250px 0 0 -250px;
background-color: @white;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.3);