diff options
author | Ebus-at-dockstar <ebus@dockstar> | 2014-09-17 23:41:11 +0200 |
---|---|---|
committer | Ebus-at-dockstar <ebus@dockstar> | 2014-09-17 23:41:11 +0200 |
commit | cba5a60f2e99016a3e18e62d123ff50b08ad09fc (patch) | |
tree | 6263a3436d365d4594427d8f925b5d130bd3ab45 /datastore-leveldb/wwwroot_ebus/css/stylesheet.css | |
parent | d5ef72ac125348bdc0a86df48c0ca02c1be97068 (diff) | |
download | ebus-alt-cba5a60f2e99016a3e18e62d123ff50b08ad09fc.tar.gz ebus-alt-cba5a60f2e99016a3e18e62d123ff50b08ad09fc.zip |
update ebus web interface
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; -} |