fix icon item info css
This commit is contained in:
parent
fcd3089329
commit
d3f39c29f2
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ Ox.IconItem = function(options, self) {
|
|||
self.options.info.css(Ox.extend(self.options.info.css('width') == '0px' ? {
|
||||
width: Math.round(self.options.itemWidth / 2) + 'px'
|
||||
} : {}, {
|
||||
padding: 0,
|
||||
margin: '1px auto',
|
||||
fontSize: self.fontSize + 'px',
|
||||
textShadow: 'none'
|
||||
|
|
Loading…
Reference in a new issue