From f08d4fab5bc8051324206995cad2b180bbf0aeb9 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Wed, 17 Jun 2020 03:08:06 +0300 Subject: Add section for map and add basic styling --- bh20simplewebuploader/templates/demo-run.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'bh20simplewebuploader/templates/demo-run.html') diff --git a/bh20simplewebuploader/templates/demo-run.html b/bh20simplewebuploader/templates/demo-run.html index 4479409..c9f1473 100644 --- a/bh20simplewebuploader/templates/demo-run.html +++ b/bh20simplewebuploader/templates/demo-run.html @@ -12,15 +12,14 @@ - - - - + + + +
-- cgit v1.2.3 From ac00b9a434db48828c64459ff9b0608bf5235683 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Wed, 17 Jun 2020 03:24:45 +0300 Subject: Fix broken HTML --- bh20simplewebuploader/templates/demo-run.html | 2 +- bh20simplewebuploader/templates/footer.html | 3 +-- bh20simplewebuploader/templates/search.html | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) (limited to 'bh20simplewebuploader/templates/demo-run.html') diff --git a/bh20simplewebuploader/templates/demo-run.html b/bh20simplewebuploader/templates/demo-run.html index c9f1473..f885dd5 100644 --- a/bh20simplewebuploader/templates/demo-run.html +++ b/bh20simplewebuploader/templates/demo-run.html @@ -22,4 +22,4 @@
-
+ diff --git a/bh20simplewebuploader/templates/footer.html b/bh20simplewebuploader/templates/footer.html index 0218278..7366507 100644 --- a/bh20simplewebuploader/templates/footer.html +++ b/bh20simplewebuploader/templates/footer.html @@ -1,5 +1,4 @@
-

diff --git a/bh20simplewebuploader/templates/search.html b/bh20simplewebuploader/templates/search.html index 1257ee2..dbdca90 100644 --- a/bh20simplewebuploader/templates/search.html +++ b/bh20simplewebuploader/templates/search.html @@ -1,10 +1,10 @@ - + -- cgit v1.2.3 From 485534cb4594b3df3c00ef6dec2f410c5366aecb Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Wed, 17 Jun 2020 15:48:48 +0300 Subject: Add styling to map --- bh20simplewebuploader/static/main.css | 6 ++++-- bh20simplewebuploader/templates/demo-run.html | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'bh20simplewebuploader/templates/demo-run.html') 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 @@
-- cgit v1.2.3