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

META-INF.resources.primefaces.notificationbar.notificationbar.css Maven / Gradle / Ivy

There is a newer version: 14.0.0-RC2
Show newest version
.ui-notificationbar {
	position:fixed;
	width:100%;
	height:100px;
	display:none;
	padding:10px;
}

.ui-notificationbar-close {
	position:absolute;
	right:3em;
	top:1em;
	cursor:pointer;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy