diff options
author | BonfaceKilz | 2020-06-17 15:48:48 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-06-17 15:48:48 +0300 |
commit | 485534cb4594b3df3c00ef6dec2f410c5366aecb (patch) | |
tree | 95d84656942ff30f0a79c72864933c543cba58e2 | |
parent | ac00b9a434db48828c64459ff9b0608bf5235683 (diff) | |
download | bh20-seq-resource-485534cb4594b3df3c00ef6dec2f410c5366aecb.tar.gz bh20-seq-resource-485534cb4594b3df3c00ef6dec2f410c5366aecb.tar.lz bh20-seq-resource-485534cb4594b3df3c00ef6dec2f410c5366aecb.zip |
Add styling to map
-rw-r--r-- | bh20simplewebuploader/static/main.css | 6 | ||||
-rw-r--r-- | bh20simplewebuploader/templates/demo-run.html | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index 66b9161..5a9f231 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -47,8 +47,10 @@ h2 > svg { float: right; } -#mapid { - height: 200px; +#map { + width: 800px; + height: 440px; + border: 1px solid #AAA; } /* ---- start menu ---- */ diff --git a/bh20simplewebuploader/templates/demo-run.html b/bh20simplewebuploader/templates/demo-run.html index f885dd5..a5b4150 100644 --- a/bh20simplewebuploader/templates/demo-run.html +++ b/bh20simplewebuploader/templates/demo-run.html @@ -17,7 +17,7 @@ </div> <section id="results" class="invisible"> - <div id="mapid"></div> + <div id="map"></div> </section> <section> |