summaryrefslogtreecommitdiff
path: root/ebus/webhdf/static/css/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'ebus/webhdf/static/css/stylesheet.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;
}