[UPD] use viewerJS 0.5.4, incorporate new suported file types

This commit is contained in:
Holger Brunn
2015-01-15 12:20:53 +01:00
parent d2734b6161
commit 1ce02e70ed
7 changed files with 637 additions and 611 deletions

View File

@@ -755,6 +755,17 @@ html[dir='rtl'] .dropdownToolbarButton {
display: none;
}
#blanked {
display: none;
cursor: none;
position: absolute;
left: 0px;
top: 0px;
width:100%;
height:100%;
z-index: 3;
}
@media only screen and (max-device-width: 800px) and (max-device-height: 800px) {
#canvasContainer {
top: 0;