All Downloads are FREE. Search and download functionalities are using the official Maven repository.

widgets.pbFileViewer.assets.css.style.css Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
.document-iframe {
  padding-top: 10px;
  width: 100%;
}

.FileViewer-iframe--mobile {
  /* hack to size the iframe on ios */
  width: 1px;
  min-width: 100%;

  pointer-events: none;
}


.FileViewer-img {
  padding-top: 10px;
}

.FileViewer-fileName {
  min-width: 50px;
  display: inline-block;
  width: 100%;
  padding-top: 7px;
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.FileViewer-previewNotAvailable {
  margin-left: 15px;
  color: #AAA;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy