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:
+2
-3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user