Fix some styling issues

This commit is contained in:
Tim 2015-06-24 12:27:11 +02:00
parent 0224c709b0
commit cf502ddd2a
4 changed files with 8 additions and 7 deletions

View file

@ -8101,6 +8101,7 @@ ol.test >li {
.home-platforms-instance-poster {
float: left;
height: 120px;
min-width: 81px;
padding: 5px 10px 5px 10px;
}
@ -8168,5 +8169,5 @@ ol.test >li {
.graphs-load {
color: #999999;
text-align: center;
line-height: 350px;
line-height: 300px;
}

View file

@ -26,7 +26,7 @@ from plexpy import helpers
<div class="wellheader">
<div class="dashboard-wellheader">
<div id="currentActivityHeader">
<h3>Daily Watch History (Past 30 days)</h3>
<h4>Daily Watch History (Past 30 days)</h4>
</div>
</div>
</div>
@ -43,7 +43,7 @@ from plexpy import helpers
<div class="span6">
<div class="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 class="graphs-instance">
@ -55,7 +55,7 @@ from plexpy import helpers
<div class="span6">
<div class="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 class="graphs-instance">

View file

@ -10,7 +10,7 @@
<a href="info?rating_key=${a['rows'][0]['rating_key']}">
% if a['rows'][0]['grandparent_thumb'] != '':
<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:
<img class="home-platforms-instance-poster" src="interfaces/default/images/poster.png">
% endif
@ -35,7 +35,7 @@
<a href="info?rating_key=${a['rows'][0]['rating_key']}">
% if a['rows'][0]['grandparent_thumb'] != '':
<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:
<img class="home-platforms-instance-poster" src="interfaces/default/images/poster.png">
% endif

View file

@ -40,7 +40,7 @@ var hc_plays_by_day_options = {
},
tooltip: {
formatter: function() {
var monthStr = moment(this.value).format("MMM D");
var monthStr = moment(this.x).format("MMM D");
var s = '<b>'+ monthStr +'</b>';
$.each(this.points, function(i, point) {