Browse Source

Prevent the loadingBar from overlaying the errorWrapper

Jonas 12 years ago
parent
commit
d031c2bd62
  1. 3
      web/viewer.css

3
web/viewer.css

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

Loading…
Cancel
Save