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

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

Go to download

PrimeFaces is one of the most popular UI libraries in Java EE Ecosystem and widely used by software companies, world renowned brands, banks, financial institutions, insurance companies, universities and more.

There is a newer version: 14.0.0-RC3
Show newest version
.ui-stack { position: fixed; bottom: 28px; right: 40px; }
.ui-stack > img { position: relative; cursor: pointer; padding-top: 35px; z-index: 2; }
.ui-stack ul { list-style: none; position: absolute; top: 5px; cursor: pointer; z-index: 1; margin: 0; padding: 0;}
.ui-stack ul li { position: absolute; }
.ui-stack ul li img { border: 0; }
.ui-stack ul li span { display: none; }
.ui-stack .openStack li span {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	display:block;
	height: 14px;
	position:absolute;
	top: 17px;
	right:60px;
	line-height: 14px;
	border: 0;
	background-color:#000;
	padding: 3px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fcfcfc;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
	opacity: .85;
	filter: alpha(opacity = 85);
}

/* IE Fixes */
.ui-stack { _position: absolute; }
.ui-stack ul { _z-index:-1; _top:-15px; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy