natestedman / Observatory

A Python based dashboard for the Rensselaer Center for Open Source Software. For continued development, please see http://github.com/rcos/observatory
rcos.rpi.edu
ISC License
8 stars 14 forks source link

Progress bars don't display in Opera #101

Open mheise opened 12 years ago

mheise commented 12 years ago

Without looking too hard, I'm not sure if this is an Opera problem or an Observatory problem - the fact that it works in FF, Chrome and IE9 mitigates towards the former, the fact the Opera 11.x generally has very good CSS and JS support mitigates towards the latter.

hortont424 commented 12 years ago

Everything seems to have -moz- and -webkit- prefixed CSS properties, but no -o- ones!

hortont424 commented 12 years ago

Probably want -ms- too!