mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added first play to classes
This commit is contained in:
parent
0b238590fc
commit
b066cb5d7a
7 changed files with 30 additions and 24 deletions
|
@ -120,7 +120,7 @@
|
|||
versionHtml += ' <a style="margin-left: .25em;" href="' + serviceUrl + '" target="_blank">(Update available)</a>';
|
||||
}
|
||||
else {
|
||||
versionHtml += '<img src="css/images/checkmarkgreen.png" style="height: 17px; margin-left: 10px; margin-right: 0; position: relative; top: 4px;" /> Up to date!';
|
||||
versionHtml += '<img src="css/images/checkmarkgreen.png" style="height: 17px; margin-left: 10px; margin-right: 0; position: relative; top: 5px; border-radius:3px;" /> Up to date!';
|
||||
}
|
||||
|
||||
$('#activeServiceVersion', page).html(versionHtml);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue