forked from 0x2620/oxjs
some changes to enable clips view in pandora; fix video player to allow for paused=false and playInToOut=true
This commit is contained in:
parent
9ac49b6fcf
commit
4c6a6333b2
4 changed files with 19 additions and 10 deletions
|
|
@ -73,7 +73,7 @@ Ox.IconItem = function(options, self) {
|
|||
that.$icon = $('<div>')
|
||||
.addClass('OxIcon')
|
||||
.css({
|
||||
top: self.options._isInfoList
|
||||
top: self.options.________isInfoList
|
||||
? 0 : self.options.iconWidth == 64 ? -64 : -124,
|
||||
width: (self.options.iconWidth + 4) + 'px',
|
||||
height: (self.options.iconHeight + 4) + 'px'
|
||||
|
|
@ -95,7 +95,7 @@ Ox.IconItem = function(options, self) {
|
|||
that.$textBox = $('<div>')
|
||||
.addClass('OxText')
|
||||
.css({
|
||||
top: self.options._isInfoList
|
||||
top: self.options.________isInfoList
|
||||
? self.options.iconHeight
|
||||
: self.options.iconHeight - self.options.itemWidth / 2 + 'px',
|
||||
width: self.options.itemWidth + 4 + 'px',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue