diff options
Diffstat (limited to 'datastore-leveldb/wwwroot_ebus/css')
-rw-r--r-- | datastore-leveldb/wwwroot_ebus/css/stylesheet.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/datastore-leveldb/wwwroot_ebus/css/stylesheet.css b/datastore-leveldb/wwwroot_ebus/css/stylesheet.css index cfac189..1031054 100644 --- a/datastore-leveldb/wwwroot_ebus/css/stylesheet.css +++ b/datastore-leveldb/wwwroot_ebus/css/stylesheet.css @@ -10,6 +10,15 @@ body { right: 30px; } +#legend { + position: absolute; + height: 150px; + overflow-y: scroll; + right: 10px; + top: 10px; + background: rgba(240,240,240,0.55); +} + #overview { position: absolute; top: calc(100% - 150px); |