2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

resolved conflict

This commit is contained in:
Mark Otto
2011-09-10 21:06:09 -07:00
6 changed files with 52 additions and 30 deletions
+7 -6
View File
@@ -725,9 +725,7 @@ input[type=submit].btn {
.modal-backdrop {
background-color:#000;
&.fade {
opacity: 0;
}
&.fade { opacity: 0; }
position: fixed;
top: 0;
left: 0;
@@ -737,7 +735,7 @@ input[type=submit].btn {
}
.modal-backdrop, .modal-backdrop.fade.in {
.opacity(50);
.opacity(80);
}
.modal {
@@ -754,9 +752,12 @@ input[type=submit].btn {
.border-radius(6px);
.box-shadow(0 3px 7px rgba(0,0,0,0.3));
.background-clip(padding-box);
.close {
margin-top: 7px;
.close { margin-top: 7px; }
&.fade {
.transition(e('opacity .3s linear, top .3s ease-out'));
top: -25%;
}
&.fade.in { top: 50%; }
}
.modal-header {
border-bottom: 1px solid #eee;