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

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

There is a newer version: 14.0.0-RC3
Show newest version
.ui-progressbar { 
    height: 1.2em; 
    text-align: left; 
    position: relative;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px; 
    height: 100%;
    width: 0%;
    position: absolute;
    display: none;
}

.ui-progressbar .ui-progressbar-label {
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    display: none;
    font-weight: bold;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy