pad.ma info view icon: add cursor:pointer

This commit is contained in:
rolux 2013-02-09 15:33:48 +05:30
parent a20b135d42
commit 86afa8aa4f

View file

@ -60,7 +60,8 @@ pandora.ui.infoView = function(data) {
top: margin + 'px', top: margin + 'px',
width: iconWidth + 'px', width: iconWidth + 'px',
height: iconHeight + 'px', height: iconHeight + 'px',
borderRadius: borderRadius + 'px' borderRadius: borderRadius + 'px',
cursor: 'pointer'
}) })
.bindEvent({ .bindEvent({
anyclick: function() { anyclick: function() {