diff options
author | Ebus-at-dockstar <ebus@dockstar> | 2013-03-07 14:20:42 +0100 |
---|---|---|
committer | Ebus-at-dockstar <ebus@dockstar> | 2013-03-07 14:20:42 +0100 |
commit | 604e92559787ed7e7b590321f6a1ff8fc515e06d (patch) | |
tree | 40c28fc8c47d0e5d2006a8e0bb2f006cb8f46825 /ebus/webhdf/static/css/stylesheet.css | |
parent | 7f149ab501ab6121bddb82788e4156d21a1828c9 (diff) | |
download | ebus-alt-604e92559787ed7e7b590321f6a1ff8fc515e06d.tar.gz ebus-alt-604e92559787ed7e7b590321f6a1ff8fc515e06d.zip |
python datastore + webhdf
Diffstat (limited to 'ebus/webhdf/static/css/stylesheet.css')
-rw-r--r-- | ebus/webhdf/static/css/stylesheet.css | 15 |
1 files changed, 9 insertions, 6 deletions
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; } |