better cross-platform alignment of text in menu extras
This commit is contained in:
parent
a91358d574
commit
67d75f7154
2 changed files with 5 additions and 3 deletions
|
@ -33,8 +33,9 @@ oml.ui.peersButton = function() {
|
||||||
.addClass('OxLight')
|
.addClass('OxLight')
|
||||||
.css({
|
.css({
|
||||||
float: 'left',
|
float: 'left',
|
||||||
marginTop: '3px',
|
marginTop: '2px',
|
||||||
fontSize: '9px'
|
fontSize: '9px',
|
||||||
|
lineHeight: '12px'
|
||||||
})
|
})
|
||||||
.html('0')
|
.html('0')
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
|
|
|
@ -14,7 +14,8 @@ oml.ui.transferButton = function() {
|
||||||
.css({
|
.css({
|
||||||
float: 'left',
|
float: 'left',
|
||||||
marginTop: '2px',
|
marginTop: '2px',
|
||||||
fontSize: '9px'
|
fontSize: '9px',
|
||||||
|
lineHeight: '12px'
|
||||||
})
|
})
|
||||||
.html(formatBandwidth(0, 0))
|
.html(formatBandwidth(0, 0))
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
|
|
Loading…
Reference in a new issue