org.opencms.gwt.client.ui.css.progressbar.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opencms-gwt Show documentation
Show all versions of opencms-gwt Show documentation
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.
.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