/* Progressbar ----------------------------------*/ .ui-progressbar { position: relative; } .ui-progressbar-label {position: absolute; top: 0; left: 0; padding: .4em .5em; border: 0; background: none; } .ui-progressbar-value { position: relative; margin: -1px; padding: .4em .5em; overflow: hidden; font-weight: normal !important; white-space: nowrap; } .ui-progressbar-value .ui-progressbar-label { position: static; padding: 0; top: auto; left: auto; }