From 2c02c287eecc0dc90eaf51566a89de3928d4e61a Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 7 Nov 2010 22:34:03 +0100 Subject: [PATCH] made plot fullscreen --- frontend/stylesheets/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/stylesheets/style.css b/frontend/stylesheets/style.css index 14476ed..f08de82 100644 --- a/frontend/stylesheets/style.css +++ b/frontend/stylesheets/style.css @@ -24,7 +24,7 @@ tbody tr td { #content { margin: 50px auto 20px; - width: 800px; + width: 93%; padding: 10px; background-color: white; border: 1px solid black; @@ -38,18 +38,18 @@ tbody tr td { } #flot { - height: 400px; + height: 500px; } #overlay { position: absolute; - width: 800px; + width: 100%; top: 0; z-index: 1; display: block; margin: auto; - padding-top: 150px; + padding-top: 200px; text-align: center; color: grey; }