1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

enforce user access to offline items

This commit is contained in:
Luke Pulverenti 2015-02-03 16:06:56 -05:00
parent 13c2f2eb78
commit c6206125d3
2 changed files with 5 additions and 2 deletions

View file

@ -97,7 +97,7 @@
background = 'rgba(72, 0, 255, ' + opacity + ')';
}
html += '<div class="syncStatusBanner" style="background-color:' + background + ';position:absolute;top:0;right:0;padding:.5em .5em; text-align:left;color: #fff; font-weight: 500; font-size: 14px; text-transform:uppercase;">';
html += '<div class="syncStatusBanner" style="background-color:' + background + ';position:absolute;top:0;right:0;padding:.5em .5em; text-align:left;color: #fff; font-weight: 500; text-transform:uppercase;">';
html += text;
html += '</div>';