All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencms.gwt.client.ui.css.fieldset.css Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 18.0
Show newest version
@external cmsState, html-face;

div.fieldsetVisible {
	border: solid 1px value("constants.css.borderColor");
	background: value("constants.css.backgroundColorDialog");
	min-height: 8px;
	position: relative;
	overflow: visible;
	margin: 10px 0px 5px;
}
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;
	margin: 10px 0px;
}
div.cmsState.image {
	left: 5px;
	position: absolute;
	padding: 0;
	cursor: pointer;
	margin: -9px 0px 0px 2px;
	min-width: 0;
	height: 16px;
}
div.cmsState.image > div.html-face{
	vertical-align: top;
}
.legend {
	left: 20px;
	background: value("constants.css.backgroundColorDialog");
	position: absolute;
	font-weight: bold;
	padding: 0 3px 0 3px;
	margin: -11px 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