From 5f5bc08571fa8c060c9cfd24092de6ca5ee3b142 Mon Sep 17 00:00:00 2001 From: Matthew Hudson Date: Tue, 2 Apr 2013 16:51:35 -0400 Subject: [PATCH] Adjusting dashboard page chart positioning. --- sixpack/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sixpack/static/css/style.css b/sixpack/static/css/style.css index 1fee6622..4b38e3a2 100644 --- a/sixpack/static/css/style.css +++ b/sixpack/static/css/style.css @@ -397,8 +397,8 @@ ul.experiments h4 { } #dashboard-page .chart { position: absolute; - bottom: 40px; - right: 70px; + bottom: 60px; + right: 80px; width: 400px; height: 200px; display: none;