org.opencms.acacia.client.widgets.complex.CmsDataViewPreviewWidget.ui.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opencms-gwt Show documentation
Show all versions of opencms-gwt Show documentation
OpenCms is an enterprise-ready, easy to use website content management system based on Java and XML technology. Offering a complete set of features, OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently.
.container {
display: flex;
}
.imageContainer {
}
.imageContainer > img {
width: auto;
height: auto;
max-width: 200px;
max-height: 133px;
display: block;
}
.labelContainer {
-ms-flex: 1;
flex: 1;
margin-left: 5px;
padding: 7px;
height: 133px;
overflow: auto;
border: 1px solid #c9c9c9;
border-radius: 4px;
}
.title {
font-weight:bold;
font-size: 130%;
}
.description {
margin-top: 5px;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy