org.opencms.gwt.client.ui.css.fieldset.css 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.
div.fieldsetVisible {
border: solid 1px value("constants.css.borderColor");
background: value("constants.css.backgroundColorDialog");
min-height: 8px;
position: relative;
overflow: visible;
}
div.fieldsetInvisible {
/** Use the same color as the background to make this border invisible. */
border: solid 1px value("constants.css.backgroundColorDialog");
border-top: solid 1px value("constants.css.borderColor");
background: value("constants.css.backgroundColorDialog");
min-height: 8px;
position: relative;
overflow: visible;
}
.image {
left: 5px;
position: absolute;
padding: 0;
cursor: pointer;
margin: -8px 0px 0px 2px;
}
.legend {
left: 20px;
background: value("constants.css.backgroundColorDialog");
position: absolute;
font-weight: bold;
padding: 0 3px 0 3px;
margin: -8px 0px 0px 5px;
color: value("constants.css.textColor");
}
div.fieldsetVisible .content {
/* margin: 12px 6px 4px 6px; */
margin: 10px 6px 6px;
color: value("constants.css.textColor");
overflow: auto;
}
.fieldsetInvisible .content{
display: none;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy