cosmetic changes

This commit is contained in:
rolux 2013-02-25 16:36:57 +00:00
parent 94009e1622
commit 8c3e01b583

View file

@ -203,7 +203,7 @@ pandora.ui.infoView = function(data) {
}
})
).css({
'margin-top': '8px',
marginTop: '8px',
})
.appendTo($div);
}
@ -254,7 +254,7 @@ pandora.ui.infoView = function(data) {
editable: key != 'duration',
format: function(value) {
return formatValue(listKeys.indexOf(key) >= 0
? value.split(', ') : value, key);
? value.split(', ') : value, key);
},
placeholder: formatLight('unknown'),
tooltip: 'Doubleclick to edit',