mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update list class
This commit is contained in:
parent
b96f39bf22
commit
3e61abaf71
13 changed files with 27 additions and 27 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
var html = '';
|
||||
|
||||
html += '<div class="paperCheckboxListLabel">' + Globalize.translate('HeaderLibraries') + '</div>';
|
||||
html += '<div class="paperListLabel">' + Globalize.translate('HeaderLibraries') + '</div>';
|
||||
|
||||
html += '<div class="paperCheckboxList paperList" style="padding:.5em 1em;">';
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
|||
|
||||
var html = '';
|
||||
|
||||
html += '<div class="paperCheckboxListLabel">' + Globalize.translate('HeaderChannels') + '</div>';
|
||||
html += '<div class="paperListLabel">' + Globalize.translate('HeaderChannels') + '</div>';
|
||||
|
||||
html += '<div class="paperCheckboxList paperList" style="padding:.5em 1em;">';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue