fix statusbar css (ellipsis on overflow)

This commit is contained in:
rolux 2013-08-08 10:00:58 +00:00
parent 258d2a472f
commit e4e8c158af

View file

@ -19,8 +19,10 @@ pandora.ui.statusbar = function() {
.append(
Ox.Element()
.css({
marginTop: '2px',
fontSize: '9px'
margin: '2px 4px',
fontSize: '9px',
overflow: 'hidden',
textOverflow: 'ellipsis'
})
.append($text.loading)
.append($text.titleTotal)