aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2020-07-17 10:38:23 +0100
committerPjotr Prins2020-07-17 10:38:23 +0100
commit108a96f8608c3d82c8cfe1d33ebb37501c01413b (patch)
treecfeb169d3be693394366254650893c0c9e4cc27f
parent22dc44b243674f3acb6ef464985f333cdc983824 (diff)
downloadbh20-seq-resource-108a96f8608c3d82c8cfe1d33ebb37501c01413b.tar.gz
bh20-seq-resource-108a96f8608c3d82c8cfe1d33ebb37501c01413b.tar.lz
bh20-seq-resource-108a96f8608c3d82c8cfe1d33ebb37501c01413b.zip
Align map a bit
-rw-r--r--bh20simplewebuploader/static/main.css5
-rw-r--r--bh20simplewebuploader/templates/demo.html2
-rw-r--r--bh20simplewebuploader/templates/home.html2
3 files changed, 7 insertions, 2 deletions
diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css
index 9f89045..6e651a4 100644
--- a/bh20simplewebuploader/static/main.css
+++ b/bh20simplewebuploader/static/main.css
@@ -385,6 +385,11 @@ div.status {
border-bottom: 1px solid #ddd;
}
+.map {
+ padding: 20px 32px;
+ // display: inline-block;
+}
+
.editbutton {
float: right;
text-align: right;
diff --git a/bh20simplewebuploader/templates/demo.html b/bh20simplewebuploader/templates/demo.html
index 04bf877..75bc0e2 100644
--- a/bh20simplewebuploader/templates/demo.html
+++ b/bh20simplewebuploader/templates/demo.html
@@ -37,7 +37,7 @@
<div id="loader" class="loader invisible">
</div>
- <section id="map_view" class="invisible">
+ <section id="map_view" class="map">
<div id="mapid"></div>
</section>
diff --git a/bh20simplewebuploader/templates/home.html b/bh20simplewebuploader/templates/home.html
index 42b08c0..bede611 100644
--- a/bh20simplewebuploader/templates/home.html
+++ b/bh20simplewebuploader/templates/home.html
@@ -45,7 +45,7 @@
</div>
</section>
- <section id="map_view" class="invisible">
+ <section id="map_view" class="map">
<div id="mapid"></div>
</section>