ProgressBar Customization
Hello,
I am trying to customize the progress bar on my survey, using the following CSS code:
However, I want to increase the size of the 0%, 100% and SurveyCompletion labels - as they are too small now.
I am not sure if I am able to do it via this code, and i will appreciate some assistance in getting around this.
Thanks - PS
_.Skin .ProgressBarContainer label{
text-transform: uppercase;}
.Skin .ProgressBarFillContainer{
width: 100px;
border: none;}
.Skin .ProgressBarFill {
background-color: green;
height: 20pt;
}
_
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.