mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update list styles
This commit is contained in:
parent
5b72e1c91b
commit
fad66be11a
23 changed files with 183 additions and 279 deletions
|
@ -35,14 +35,14 @@
|
|||
var logHtml = '';
|
||||
logHtml += '<div class="listItem">';
|
||||
|
||||
logHtml += '<a item-icon class="clearLink" href="' + logUrl + '" target="_blank" style="margin-left:1em;">';
|
||||
logHtml += '<a item-icon class="clearLink" href="' + logUrl + '" target="_blank">';
|
||||
logHtml += '<i class="md-icon listItemIcon">schedule</i>';
|
||||
logHtml += "</a>";
|
||||
|
||||
logHtml += '<div class="listItemBody">';
|
||||
logHtml += '<div class="listItemBody two-line">';
|
||||
logHtml += '<a class="clearLink" href="' + logUrl + '" target="_blank">';
|
||||
|
||||
logHtml += "<div>" + log.Name + "</div>";
|
||||
logHtml += "<h3 class='listItemBodyText'>" + log.Name + "</h3>";
|
||||
|
||||
var date = datetime.parseISO8601Date(log.DateModified, true);
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
|||
|
||||
text += ' ' + datetime.getDisplayTime(date);
|
||||
|
||||
logHtml += '<div class="secondary">' + text + '</div>';
|
||||
logHtml += '<div class="listItemBodyText secondary">' + text + '</div>';
|
||||
|
||||
logHtml += "</a>";
|
||||
logHtml += '</div>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue