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

org.opencms.acacia.client.ui.CmsInlineEditOverlay.ui.xml 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


	
	
		div.overlay{
			position: absolute;
			background: #000000;
			opacity: 0.4;
		}
		div.buttonParent{
			position: absolute;
		}
		div.borderHorizontal{
			position: absolute;
			height: 3px;
			background-color:gray;
		}
		div.borderLeft, div.borderRight{
			position: absolute;
			border-color: gray;
			height:3px;
			border-top: 3px solid gray;
			border-bottom: 3px solid gray;
		}
		div.borderLeft{
			border-left: 3px solid gray;
			border-radius: 6px 0px 0px 6px;
		}
		div.borderRight{
			border-right: 3px solid gray;
			border-radius: 0px 6px 6px 0px;
		}
			
	
	
		




© 2015 - 2024 Weber Informatics LLC | Privacy Policy