diff --git a/app/assets/stylesheets/agent_views/peak_detector_agent/show.css.scss b/app/assets/stylesheets/agent_views/peak_detector_agent/show.css.scss index 86aad1be..2d40e949 100644 --- a/app/assets/stylesheets/agent_views/peak_detector_agent/show.css.scss +++ b/app/assets/stylesheets/agent_views/peak_detector_agent/show.css.scss @@ -1,7 +1,7 @@ .show-view.peak-detector-agent, .show-view.twitter-stream-agent { .rickshaw_annotation_timeline { - left: 40px; + left: 60px; width: 700px; } @@ -28,7 +28,7 @@ .chart { position: relative; - left: 40px; + left: 60px; overflow: hidden; width: 700px; } @@ -60,8 +60,8 @@ position: absolute; top: 0; bottom: 0; - width: 40px; + width: 60px; } } } -} \ No newline at end of file +} diff --git a/app/views/agents/agent_views/peak_detector_agent/_show.html.erb b/app/views/agents/agent_views/peak_detector_agent/_show.html.erb index d77f0c6f..b5556a18 100644 --- a/app/views/agents/agent_views/peak_detector_agent/_show.html.erb +++ b/app/views/agents/agent_views/peak_detector_agent/_show.html.erb @@ -17,7 +17,7 @@