mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Add "items" text
This commit is contained in:
parent
3436175223
commit
0245668907
2 changed files with 11 additions and 0 deletions
|
@ -1596,6 +1596,14 @@ a .season-episodes-card-overlay:hover {
|
||||||
padding-top: 6px;
|
padding-top: 6px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
.home-platforms-instance-name2 p {
|
||||||
|
color: #aaa;
|
||||||
|
font-size: 12px;
|
||||||
|
float: left;
|
||||||
|
position: relative;
|
||||||
|
top: 21px;
|
||||||
|
left: 0px;
|
||||||
|
}
|
||||||
.home-platforms-instance-playcount {
|
.home-platforms-instance-playcount {
|
||||||
float: left;
|
float: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
@ -42,17 +42,20 @@ DOCUMENTATION :: END
|
||||||
</div>
|
</div>
|
||||||
<div class="home-platforms-instance-playcount">
|
<div class="home-platforms-instance-playcount">
|
||||||
<h3>${library['rows']['count']}</h3>
|
<h3>${library['rows']['count']}</h3>
|
||||||
|
<p> items</p>
|
||||||
</div>
|
</div>
|
||||||
% if library['type'] == 'show':
|
% if library['type'] == 'show':
|
||||||
<div class="home-platforms-instance-name2">
|
<div class="home-platforms-instance-name2">
|
||||||
<h5>${library['rows']['episode_count_type']}</h5>
|
<h5>${library['rows']['episode_count_type']}</h5>
|
||||||
<h3>${library['rows']['episode_count']}</h3>
|
<h3>${library['rows']['episode_count']}</h3>
|
||||||
|
<p> items</p>
|
||||||
</div>
|
</div>
|
||||||
% endif
|
% endif
|
||||||
% if library['type'] == 'artist':
|
% if library['type'] == 'artist':
|
||||||
<div class="home-platforms-instance-name2">
|
<div class="home-platforms-instance-name2">
|
||||||
<h5>${library['rows']['album_count_type']}</h5>
|
<h5>${library['rows']['album_count_type']}</h5>
|
||||||
<h3>${library['rows']['album_count']}</h3>
|
<h3>${library['rows']['album_count']}</h3>
|
||||||
|
<p> items</p>
|
||||||
</div>
|
</div>
|
||||||
% endif
|
% endif
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue