
org.opencms.gwt.client.ui.CmsValidationDetailsWidget.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.
The newest version!
div.main {
max-height: 400px;
display: flex;
justify-content: flex-start;
flex-wrap: nowrap;
gap: 15px;
padding: 15px;
}
div.main div.icon {
vertical-align: middle;
padding: 0px;
width: 60px;
text-align: center;
height: 90px;
}
div.main div.content {
max-height: 400px;
width: 100%;
display: flex;
flex-direction: column;
}
div.main div.content div.message>p {
margin-top: 15px;
}
div.main div.content div.message>p:first-child {
margin-top: 0px;
}
div.issues {
border: solid 1px #c9c9c9;
border-radius: 4px;
margin: 10px 0px 0px 0px;
padding: 5px;
width: 100%;
overflow: auto;
}
ul.issues ul {
padding-left: 10px;
list-style-type: none;
}
ul.issues {
list-style-type: none;
padding-left: 0px;
}
ul.issues strong {
font-weight: bold;
}
div.outercontainer {
width: 100%;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy