CC-2159 : Upgrade Airtime to jQuery 1.5

event progress bars are now centered, take up most of the width so they look less stupid.
This commit is contained in:
Naomi 2011-04-04 19:16:40 -04:00
parent e5ab96a665
commit 05f9863bc8
1 changed files with 4 additions and 1 deletions

View File

@ -160,8 +160,11 @@ function eventRender(event, element, view) {
var div = $('<div/>');
div
.height('5px')
.width('100px')
.width('95%')
.css('margin-top', '5px')
.css('margin-left', 'auto')
.css('margin-right', 'auto')
.css('text-align', 'center')
.progressbar({
value: event.percent
});