assets.css.popup.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of groupdocs-viewer Show documentation
Show all versions of groupdocs-viewer Show documentation
GroupDocs.Viewer for Java is a powerful document viewer component
that allows you to display over 50 document formats in your Java applications.
The viewer can both rasterize documents and convert them to SVG+HTML+CSS, delivering true-text high-fidelity rendering.
Supported file formats include: Microsoft Office, Microsoft Visio, Microsoft Project, Outlook documents, PDF, AutoCAD, Image files (JPG, BMP, GIF, TIFF, etc.) and many more formats.
.modal_dialog_content_wrapper{
border: 0 !important;
box-shadow: 1px 1px 3px #333;
}
.modal_dialog_header{
background-color: #125389 !important;
color: #fff;
padding: 15px 0 8px 20px !important;
}
.modal_dialog_content{
border: 0 !important;
color: #414141;
max-height: 300px;
max-width: 600px;
overflow: auto;
}