This commit is contained in:
Mark Otto 2015-08-12 21:15:23 -07:00
parent 067311f44b
commit a0ae458a8a
8 changed files with 16 additions and 10 deletions

View file

@ -5212,10 +5212,13 @@ button.close {
}
.modal.fade .modal-dialog {
-webkit-transform: transition .3s ease-out, translate(0, -25%);
-ms-transform: transition .3s ease-out, translate(0, -25%);
-o-transform: transition .3s ease-out, translate(0, -25%);
transform: transition .3s ease-out, translate(0, -25%);
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.modal.in .modal-dialog {

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -5212,10 +5212,13 @@ button.close {
}
.modal.fade .modal-dialog {
-webkit-transform: transition .3s ease-out, translate(0, -25%);
-ms-transform: transition .3s ease-out, translate(0, -25%);
-o-transform: transition .3s ease-out, translate(0, -25%);
transform: transition .3s ease-out, translate(0, -25%);
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.modal.in .modal-dialog {

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.