From cba5a60f2e99016a3e18e62d123ff50b08ad09fc Mon Sep 17 00:00:00 2001 From: Ebus-at-dockstar Date: Wed, 17 Sep 2014 23:41:11 +0200 Subject: update ebus web interface --- datastore-leveldb/wwwroot_ebus/css/stylesheet.css | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'datastore-leveldb/wwwroot_ebus/css') 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; -} -- cgit v1.2.1