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 /bh20simplewebuploader/static/main.css | |
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
Diffstat (limited to 'bh20simplewebuploader/static/main.css')
-rw-r--r-- | bh20simplewebuploader/static/main.css | 6 |
1 files changed, 4 insertions, 2 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 ---- */ |