From 37e334d24a099e5367597ee18ac0c6d5ae2fba32 Mon Sep 17 00:00:00 2001 From: Random Hacker Date: Sun, 24 Feb 2013 16:44:17 +0100 Subject: hdf support --- ebus/webhdf/static/css/stylesheet.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ebus/webhdf/static/css/stylesheet.css (limited to 'ebus/webhdf/static/css') diff --git a/ebus/webhdf/static/css/stylesheet.css b/ebus/webhdf/static/css/stylesheet.css new file mode 100644 index 0000000..edc0c9b --- /dev/null +++ b/ebus/webhdf/static/css/stylesheet.css @@ -0,0 +1,22 @@ +body { + font-family:sans; + text-align:center; +} + +#ebusgraph { + margin:auto; + width:100%; + height: 70%; +} + +#overview { + width: 100%; + margin:auto; + height:100px; +} + +#options { + width:800px; + margin:auto; + text-align:left; +} -- cgit v1.2.1