1
0
Fork 0
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:
Luke Pulverenti 2014-02-26 16:31:47 -05:00
parent 0b238590fc
commit b066cb5d7a
7 changed files with 30 additions and 24 deletions

View file

@ -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);