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

org.opencms.gwt.client.ui.CmsMessageWidget.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


	
	
		table.main{
			display: block;
			table-layout: fixed;
		}
		table.main tr td.iconCol{
			vertical-align: middle;
			padding: 0px;
			width: 60px;
			text-align: center;
			height: 90px;
		}
		table.main div.message{
			vertical-align: middle;
			padding: 15px 15px 15px 15px;
			position: relative;
			max-height: 150px;
		}
		table.main div.message > p:first-child {
			margin-top: 0px;
		}
		table.main div.message > p {
			margin-top: 5px;
		}
	
		.outercontainer {
			overflow-x: auto;
		}
	
	




© 2015 - 2024 Weber Informatics LLC | Privacy Policy