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

org.opencms.gwt.client.ui.css.progressbar.css 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
.meterWrap{
    position: relative;
}

.meterWrap, .meterValue, .meterText {
    width: 100%;
    height: 20px;
}

@sprite .meterWrap, .meterValue {
	gwt-image: "backgrounds.softBackground";
	background-position: 50% 50%;
    background-repeat: repeat-x;
    border-radius: 5px;
    height: 20px;
}

.colorComplete {
	background-color: #4DA4F3;
}

.colorIncomplete {
	background-color: #BDBDBD;
}

.meterText {
    position: absolute;
    top:0; left:0;

    padding-top: 4px;
                
    color: #fff;
    text-align: center;
    width: 100%;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy