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')
|
||||
.css({
|
||||
float: 'left',
|
||||
marginTop: '3px',
|
||||
fontSize: '9px'
|
||||
marginTop: '2px',
|
||||
fontSize: '9px',
|
||||
lineHeight: '12px'
|
||||
})
|
||||
.html('0')
|
||||
.bindEvent({
|
||||
|
|
|
@ -14,7 +14,8 @@ oml.ui.transferButton = function() {
|
|||
.css({
|
||||
float: 'left',
|
||||
marginTop: '2px',
|
||||
fontSize: '9px'
|
||||
fontSize: '9px',
|
||||
lineHeight: '12px'
|
||||
})
|
||||
.html(formatBandwidth(0, 0))
|
||||
.bindEvent({
|
||||
|
|
Loading…
Reference in a new issue