forked from 0x2620/oxjs
changes related to frames and posters view in pandora
This commit is contained in:
parent
8c55821431
commit
a57d5c368a
2 changed files with 16 additions and 17 deletions
|
|
@ -106,7 +106,7 @@ Ox.IconItem = function(options, self) {
|
|||
that.$gradient = $('<div>')
|
||||
.css({
|
||||
//top: (-self.options.size / 2) + 'px',
|
||||
width: self.options.width + 'px',
|
||||
width: self.options.size + 'px',
|
||||
height: (self.options.size / 2) + 'px'
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue