added live tv events
This commit is contained in:
@@ -270,9 +270,7 @@
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
width: 24px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
padding: 2px 4px;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
background: #111;
|
||||
background-color: rgba(0, 0, 0, .9);
|
||||
z-index: 999;
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -2674,11 +2674,11 @@
|
||||
//html += LibraryBrowser.getMiscInfoHtml(item);
|
||||
//html += '</p>';
|
||||
|
||||
//html += '<p>';
|
||||
//html += '<span class="itemCommunityRating">';
|
||||
//html += LibraryBrowser.getRatingHtml(item);
|
||||
//html += '</span>';
|
||||
//html += '</p>';
|
||||
html += '<p>';
|
||||
html += '<span class="itemCommunityRating">';
|
||||
html += LibraryBrowser.getRatingHtml(item);
|
||||
html += '</span>';
|
||||
html += '</p>';
|
||||
|
||||
html += '<p>';
|
||||
html += '<span class="userDataIcons">';
|
||||
@@ -2732,7 +2732,7 @@
|
||||
|
||||
onShowTimerExpired(elem);
|
||||
|
||||
}, 300);
|
||||
}, 600);
|
||||
}
|
||||
|
||||
// https://hacks.mozilla.org/2013/04/detecting-touch-its-the-why-not-the-how/
|
||||
@@ -2742,7 +2742,7 @@
|
||||
running on touch-capable device */
|
||||
return this;
|
||||
}
|
||||
|
||||
return this;
|
||||
return this.on('mouseenter', '.posterItem', onHoverIn).on('mouseleave', '.posterItem', onHoverOut);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user