refactor dashboard chart html, make several css improvements.

This commit is contained in:
Chris Williams
2016-03-11 12:21:20 -08:00
parent fb6a9977f7
commit 49590e28e3
6 changed files with 94 additions and 62 deletions

View File

@@ -216,7 +216,7 @@ var px = (function () {
if (slice_description.is(":visible")) {
others += widget.find('.slice_description').height() + 25;
}
others += widget.find('.slice_header').height();
others += widget.find('.chart-header').height();
return widget.height() - others;
},
bindResizeToWindowResize: function () {