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

com.alkacon.acacia.client.ui.InlineEditOverlay.ui.xml Maven / Gradle / Ivy

Go to download

A GWT based resource editor. This component is used as a part of OpenCms, 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.overlay{
			position: absolute;
			background: #000000;
			
		}
		@if user.agent ie6 { 
			div.overlay { 
				filter: literal("alpha(opacity = 40)"); 
			}
		} @elif user.agent ie8 { 
			div.overlay { 
				-ms-filter: "alpha(opacity = 40)";
			}
		} @else {
			div.overlay { 
				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