mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 04:49:36 -07:00
Increase width of user watch time stats
This commit is contained in:
parent
76c1558473
commit
60b330573e
2 changed files with 7 additions and 6 deletions
|
@ -1518,7 +1518,7 @@ a:hover .item-children-poster {
|
||||||
}
|
}
|
||||||
.user-overview-stats-instance {
|
.user-overview-stats-instance {
|
||||||
float: left;
|
float: left;
|
||||||
width: 350px;
|
width: 400px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
@ -1531,7 +1531,7 @@ a:hover .item-children-poster {
|
||||||
.user-overview-stats-instance li {
|
.user-overview-stats-instance li {
|
||||||
float: left;
|
float: left;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
width: 340px;
|
width: 100%;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.user-overview-stats-instance-text {
|
.user-overview-stats-instance-text {
|
||||||
|
|
|
@ -32,13 +32,14 @@ DOCUMENTATION :: END
|
||||||
<h3>${a['total_plays']}</h3>
|
<h3>${a['total_plays']}</h3>
|
||||||
<p>plays</p>
|
<p>plays</p>
|
||||||
<h3><strong>/</strong></h3>
|
<h3><strong>/</strong></h3>
|
||||||
<span id="total-time-${a['query_days']}"></span>
|
<span id="total-time-${a['query_days']}">
|
||||||
|
<script>
|
||||||
|
$('#total-time-${a['query_days']}').html(humanTime(${a['total_time']}));
|
||||||
|
</script>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
|
||||||
$('#total-time-${a['query_days']}').html(humanTime(${a['total_time']}));
|
|
||||||
</script>
|
|
||||||
% endfor
|
% endfor
|
||||||
</ul>
|
</ul>
|
||||||
% else:
|
% else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue