From 604e92559787ed7e7b590321f6a1ff8fc515e06d Mon Sep 17 00:00:00 2001 From: Ebus-at-dockstar Date: Thu, 7 Mar 2013 14:20:42 +0100 Subject: python datastore + webhdf --- ebus/webhdf/static/css/stylesheet.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'ebus/webhdf/static/css') diff --git a/ebus/webhdf/static/css/stylesheet.css b/ebus/webhdf/static/css/stylesheet.css index edc0c9b..cfaa2fe 100644 --- a/ebus/webhdf/static/css/stylesheet.css +++ b/ebus/webhdf/static/css/stylesheet.css @@ -1,22 +1,25 @@ body { + margin: 0; font-family:sans; text-align:center; + width:100%; } #ebusgraph { - margin:auto; - width:100%; + margin: auto; + width: 90%; height: 70%; } #overview { - width: 100%; - margin:auto; - height:100px; + margin: 2% auto 0% auto; + width: 90%; + height: 100px; } #options { - width:800px; + height: 10%; + width: 800px; margin:auto; text-align:left; } -- cgit v1.2.1