fix statusbar css (ellipsis on overflow)
This commit is contained in:
parent
258d2a472f
commit
e4e8c158af
1 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue