Correct position of upload modal on mobile devices

This commit is contained in:
Tobias Reich 2014-01-25 17:07:51 +01:00
parent 77398cab56
commit c4845b50a3
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -57,5 +57,10 @@
-moz-animation: moveUp .3s !important;
animation: moveUp .3s !important;
}
.upload_message {
top: 50% !important;
left: 50% !important;
}
}