1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #3519 from Snuffleupagus/move-errorWrapper-during-load

Prevent the loadingBar from overlaying the errorWrapper
This commit is contained in:
Yury Delendik 2013-08-16 10:53:56 -07:00
commit 6a0ca99da4

View file

@ -1225,6 +1225,9 @@ canvas {
padding: 3px;
font-size: 0.8em;
}
.loadingInProgress #errorWrapper {
top: 39px;
}
#errorMessageLeft {
float: left;