Recently fixed it posted the solution in this topic:
www.limesurvey.org/de/forum/installation...-work-in-ls-20#95634
Fixed the progress bar!
Fixed it by adding the following code to template.css in my custom template. I took this code from the default template.
/** Progress bar **/
#progress-wrapper .ui-widget-content {
border: 1px solid #999999;
}
#progress-wrapper .ui-widget-header {
background-color: #CCCCCC;
border: 1px solid #999999;
}
.page-odd td.graph {
background-color: #D2F2D3;
}
.ui-progressbar { height:1em; width:8em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
#progress-pre{display:none;} /**hides the "0%" text **/
#progress-post {font-size:10px}