SAAS-1019: Re-work Navigation Menu

This commit is contained in:
drigato 2015-08-17 12:46:32 -04:00
parent 68523d9e02
commit 3aee9a49bc
14 changed files with 301 additions and 80 deletions

View file

@ -6,8 +6,8 @@ $(document).ready(function() {
timeEndId = "#his_time_end";
// set width dynamically
var width = $("#content").width();
width = width - 120;
var width = $("#listenerstat_content").width();
width = width * .91;
$("#listenerstat_content").find("#flot_placeholder").width(width);
$("#listenerstat_content").find("#legend").width(width);