diff --git a/source/Ox.UI/js/List/IconItem.js b/source/Ox.UI/js/List/IconItem.js index 7e359b18..6cfe5ced 100644 --- a/source/Ox.UI/js/List/IconItem.js +++ b/source/Ox.UI/js/List/IconItem.js @@ -56,7 +56,7 @@ Ox.IconItem = function(options, self) { self.title = $('
').css({fontSize: self.fontSize + 'px'}).html(self.title); self.info = $('
').append( self.options.info.css({ - padding: '0 ' + infoPadding + 'px', + padding: '0 ' + self.infoPadding + 'px', margin: '1px auto', fontSize: self.fontSize + 'px', textShadow: 'none'