mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 16:22:57 -07:00
Change class name for consistency
This commit is contained in:
parent
ff6d43c398
commit
31805e39e6
2 changed files with 2 additions and 2 deletions
|
@ -1245,7 +1245,7 @@ input[type="color"],
|
||||||
}
|
}
|
||||||
.user-platforms-instance li {
|
.user-platforms-instance li {
|
||||||
}
|
}
|
||||||
.user-platforms-instance-poster {
|
.user-platforms-instance-box {
|
||||||
float: left;
|
float: left;
|
||||||
width: 75px;
|
width: 75px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
|
@ -34,7 +34,7 @@ DOCUMENTATION :: END
|
||||||
</div>
|
</div>
|
||||||
</ul>
|
</ul>
|
||||||
<script>
|
<script>
|
||||||
$("#user-platform-image-${a['result_id']}").html("<div class='user-platforms-instance-poster' style='background-image: url(" + getPlatformImagePath('${a['platform_type']}') + ");'>");
|
$("#user-platform-image-${a['result_id']}").html("<div class='user-platforms-instance-box' style='background-image: url(" + getPlatformImagePath('${a['platform_type']}') + ");'>");
|
||||||
</script>
|
</script>
|
||||||
% endfor
|
% endfor
|
||||||
% else:
|
% else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue