mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Fix some styling issues
This commit is contained in:
parent
0224c709b0
commit
cf502ddd2a
4 changed files with 8 additions and 7 deletions
|
@ -8101,6 +8101,7 @@ ol.test >li {
|
||||||
.home-platforms-instance-poster {
|
.home-platforms-instance-poster {
|
||||||
float: left;
|
float: left;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
|
min-width: 81px;
|
||||||
padding: 5px 10px 5px 10px;
|
padding: 5px 10px 5px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8168,5 +8169,5 @@ ol.test >li {
|
||||||
.graphs-load {
|
.graphs-load {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 350px;
|
line-height: 300px;
|
||||||
}
|
}
|
|
@ -26,7 +26,7 @@ from plexpy import helpers
|
||||||
<div class="wellheader">
|
<div class="wellheader">
|
||||||
<div class="dashboard-wellheader">
|
<div class="dashboard-wellheader">
|
||||||
<div id="currentActivityHeader">
|
<div id="currentActivityHeader">
|
||||||
<h3>Daily Watch History (Past 30 days)</h3>
|
<h4>Daily Watch History (Past 30 days)</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -43,7 +43,7 @@ from plexpy import helpers
|
||||||
<div class="span6">
|
<div class="span6">
|
||||||
<div class="wellheader">
|
<div class="wellheader">
|
||||||
<div class="dashboard-wellheader">
|
<div class="dashboard-wellheader">
|
||||||
<h3>Watches by day of week (Past 30 days)</h3>
|
<h4>Watches by day of week (Past 30 days)</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="graphs-instance">
|
<div class="graphs-instance">
|
||||||
|
@ -55,7 +55,7 @@ from plexpy import helpers
|
||||||
<div class="span6">
|
<div class="span6">
|
||||||
<div class="wellheader">
|
<div class="wellheader">
|
||||||
<div class="dashboard-wellheader">
|
<div class="dashboard-wellheader">
|
||||||
<h3>Watches by hour of day (Past 30 days)</h3>
|
<h4>Watches by hour of day (Past 30 days)</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="graphs-instance">
|
<div class="graphs-instance">
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<a href="info?rating_key=${a['rows'][0]['rating_key']}">
|
<a href="info?rating_key=${a['rows'][0]['rating_key']}">
|
||||||
% if a['rows'][0]['grandparent_thumb'] != '':
|
% if a['rows'][0]['grandparent_thumb'] != '':
|
||||||
<img class="home-platforms-instance-poster"
|
<img class="home-platforms-instance-poster"
|
||||||
src="pms_image_proxy?img=${a['rows'][0]['grandparent_thumb']}&width=153&height=225">
|
src="pms_image_proxy?img=${a['rows'][0]['grandparent_thumb']}&width=162&height=240">
|
||||||
% else:
|
% else:
|
||||||
<img class="home-platforms-instance-poster" src="interfaces/default/images/poster.png">
|
<img class="home-platforms-instance-poster" src="interfaces/default/images/poster.png">
|
||||||
% endif
|
% endif
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
<a href="info?rating_key=${a['rows'][0]['rating_key']}">
|
<a href="info?rating_key=${a['rows'][0]['rating_key']}">
|
||||||
% if a['rows'][0]['grandparent_thumb'] != '':
|
% if a['rows'][0]['grandparent_thumb'] != '':
|
||||||
<img class="home-platforms-instance-poster"
|
<img class="home-platforms-instance-poster"
|
||||||
src="pms_image_proxy?img=${a['rows'][0]['grandparent_thumb']}&width=153&height=225">
|
src="pms_image_proxy?img=${a['rows'][0]['grandparent_thumb']}&width=162&height=240">
|
||||||
% else:
|
% else:
|
||||||
<img class="home-platforms-instance-poster" src="interfaces/default/images/poster.png">
|
<img class="home-platforms-instance-poster" src="interfaces/default/images/poster.png">
|
||||||
% endif
|
% endif
|
||||||
|
|
|
@ -40,7 +40,7 @@ var hc_plays_by_day_options = {
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
formatter: function() {
|
formatter: function() {
|
||||||
var monthStr = moment(this.value).format("MMM D");
|
var monthStr = moment(this.x).format("MMM D");
|
||||||
var s = '<b>'+ monthStr +'</b>';
|
var s = '<b>'+ monthStr +'</b>';
|
||||||
|
|
||||||
$.each(this.points, function(i, point) {
|
$.each(this.points, function(i, point) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue