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

org.opencms.acacia.client.widgets.complex.CmsDataViewPreviewWidget.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


	
		.container {
			display: flex;
		}
		
		.imageContainer {
	
		} 
		
		
		.imageContainer > img {
			width: auto;
			height: auto;
			max-width: 200px;
			max-height: 133px;
			display: block; 
		} 
		
		.labelContainer {
			-ms-flex: 1;
			flex: 1;
			margin-left: 5px;
			padding: 7px;
			height: 133px; 
			overflow: auto; 
			border: 1px solid #c9c9c9; 
			border-radius: 4px;
		}
		
		.title {
			font-weight:bold;
			font-size: 130%;
		}
		
		.description {
			margin-top: 5px;
		}
		
			
	
	
		
			
		
		
			
			
		
	




© 2015 - 2024 Weber Informatics LLC | Privacy Policy