fix rendering big file and loading indicators

This commit is contained in:
Eugenio Romano
2016-08-30 12:32:08 +01:00
parent c18171654b
commit 2b354b5059
27 changed files with 445 additions and 156 deletions

View File

@@ -0,0 +1,22 @@
.viewer-download-text {
text-align: center;
}
.viewer-margin-cloud-download{
margin-right: 20px;
}
.viewer-margin {
margin: auto !important;
}
.center-element {
display: flex;
align-items: center;
justify-content: center;
}
.full_width{
width :100% !important;
}