From 06e3922a5541641077b18016e272cddc7e50205b Mon Sep 17 00:00:00 2001
From: Pjotr Prins
Date: Fri, 17 Jul 2020 09:59:32 +0100
Subject: Map refactoring, now shows on HOME
---
bh20simplewebuploader/templates/home.html | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
(limited to 'bh20simplewebuploader/templates/home.html')
diff --git a/bh20simplewebuploader/templates/home.html b/bh20simplewebuploader/templates/home.html
index b90a18d..42b08c0 100644
--- a/bh20simplewebuploader/templates/home.html
+++ b/bh20simplewebuploader/templates/home.html
@@ -1,6 +1,7 @@
{% include 'header.html' %}
+ {% include 'mapheader.html' %}
{% include 'banner.html' %}
{% include 'menu.html' %}
@@ -44,7 +45,19 @@
-{% include 'footer.html' %}
+
+
+ {% include 'footer.html' %}
+
+
+
--
cgit v1.2.3
From 108a96f8608c3d82c8cfe1d33ebb37501c01413b Mon Sep 17 00:00:00 2001
From: Pjotr Prins
Date: Fri, 17 Jul 2020 10:38:23 +0100
Subject: Align map a bit
---
bh20simplewebuploader/static/main.css | 5 +++++
bh20simplewebuploader/templates/demo.html | 2 +-
bh20simplewebuploader/templates/home.html | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
(limited to 'bh20simplewebuploader/templates/home.html')
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 @@
-
+
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 @@
-