summaryrefslogtreecommitdiff
path: root/ebus/webhdf/static/css
diff options
context:
space:
mode:
authorEbus-at-dockstar <ebus@dockstar>2013-03-07 14:20:42 +0100
committerEbus-at-dockstar <ebus@dockstar>2013-03-07 14:20:42 +0100
commit604e92559787ed7e7b590321f6a1ff8fc515e06d (patch)
tree40c28fc8c47d0e5d2006a8e0bb2f006cb8f46825 /ebus/webhdf/static/css
parent7f149ab501ab6121bddb82788e4156d21a1828c9 (diff)
downloadebus-alt-604e92559787ed7e7b590321f6a1ff8fc515e06d.tar.gz
ebus-alt-604e92559787ed7e7b590321f6a1ff8fc515e06d.zip
python datastore + webhdf
Diffstat (limited to 'ebus/webhdf/static/css')
-rw-r--r--ebus/webhdf/static/css/stylesheet.css15
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;
}