diff options
Diffstat (limited to 'datastore-leveldb/wwwroot_ebus/css/stylesheet.css')
-rw-r--r-- | datastore-leveldb/wwwroot_ebus/css/stylesheet.css | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/datastore-leveldb/wwwroot_ebus/css/stylesheet.css b/datastore-leveldb/wwwroot_ebus/css/stylesheet.css index 3f9a276..cfac189 100644 --- a/datastore-leveldb/wwwroot_ebus/css/stylesheet.css +++ b/datastore-leveldb/wwwroot_ebus/css/stylesheet.css @@ -1,22 +1,20 @@ body { font-family:sans; - text-align:center; - padding: 40px; } #ebusgraph { - width: 100%; - height: 70%; + position: absolute; + height: calc(100% - 160px); + top: 2px; + left: 5px; + right: 30px; } #overview { - width: 100%; - margin:auto; - height:100px; + position: absolute; + top: calc(100% - 150px); + height: 150px; + left: 10px; + right: 10px; } -#options { - width:800px; - margin:auto; - text-align:left; -} |