summaryrefslogtreecommitdiff
path: root/datastore-leveldb/wwwroot_ebus/css/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'datastore-leveldb/wwwroot_ebus/css/stylesheet.css')
-rw-r--r--datastore-leveldb/wwwroot_ebus/css/stylesheet.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/datastore-leveldb/wwwroot_ebus/css/stylesheet.css b/datastore-leveldb/wwwroot_ebus/css/stylesheet.css
index 1031054..9166d34 100644
--- a/datastore-leveldb/wwwroot_ebus/css/stylesheet.css
+++ b/datastore-leveldb/wwwroot_ebus/css/stylesheet.css
@@ -6,19 +6,23 @@ body {
position: absolute;
height: calc(100% - 160px);
top: 2px;
- left: 5px;
- right: 30px;
+ left: 10px;
+ right: 45px;
}
#legend {
position: absolute;
height: 150px;
overflow-y: scroll;
- right: 10px;
+ left: 40px;
top: 10px;
background: rgba(240,240,240,0.55);
}
+#legend select {
+ width: 160px;
+}
+
#overview {
position: absolute;
top: calc(100% - 150px);