1
0
Fork 0

Center confirm windows.

This commit is contained in:
Nicolas Perriault 2017-05-13 10:27:32 +02:00
parent 5b69f2f094
commit d47a5ad7cc
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
1 changed files with 12 additions and 0 deletions

View File

@ -798,3 +798,15 @@ input.form-control[type=file] {
text-overflow: ellipsis;
margin-left: 3px;
}
/* Modal confirm window */
.modal-dialog {
height: 100%;
display: flex;
align-items: center;
}
.modal-content {
flex: 1 1 auto;
}