better cross-platform alignment of text in menu extras

This commit is contained in:
rlx 2016-01-19 21:33:24 +05:30
parent a91358d574
commit 67d75f7154
2 changed files with 5 additions and 3 deletions

View File

@ -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({

View File

@ -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({