forked from 0x2620/pandora
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(
|
.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)
|
||||||
|
|
Loading…
Reference in a new issue