widgets.pbFileViewer.assets.css.style.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ui-designer-artifact-builder-generator-angularjs Show documentation
Show all versions of ui-designer-artifact-builder-generator-angularjs Show documentation
This module is a generator on AngularJS for Artifact Builder
.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;
}