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( .append(
Ox.Element() Ox.Element()
.css({ .css({
marginTop: '2px', margin: '2px 4px',
fontSize: '9px' fontSize: '9px',
overflow: 'hidden',
textOverflow: 'ellipsis'
}) })
.append($text.loading) .append($text.loading)
.append($text.titleTotal) .append($text.titleTotal)