From a5bcfa25aa47ef90f7f52ec05501abfbe9e5199e Mon Sep 17 00:00:00 2001 From: franzz Date: Thu, 21 Feb 2019 20:31:03 +0100 Subject: [PATCH] fix map loading icon position --- masks/project.html | 8 +- style/_common.scss | 2 +- style/_leaflet.scss | 636 +----------------------------------- style/_mask_project.scss | 343 +++++++++---------- style/leaflet/_leaflet.scss | 635 +++++++++++++++++++++++++++++++++++ style/spot.css | 2 +- style/spot.css.map | 4 +- 7 files changed, 825 insertions(+), 805 deletions(-) create mode 100644 style/leaflet/_leaflet.scss diff --git a/masks/project.html b/masks/project.html index 69616c2..1d03482 100755 --- a/masks/project.html +++ b/masks/project.html @@ -1,5 +1,7 @@
-
+
+
+
@@ -351,6 +353,7 @@ function updateFeed(bFirstChunk) if(bFirstChunk===true) { $Posts.empty(); self.tmp('news_chunk', 0); + $('#submap').removeClass('with_feed'); } self.tmp('updatable', false); @@ -358,6 +361,7 @@ function updateFeed(bFirstChunk) self.get('feed', function(asData) { $('#loading').hide(); + $('#submap').addClass('with_feed'); $.each(asData, function(iKey, asPost){ getPost(asPost).appendTo($Posts); }); @@ -421,7 +425,7 @@ function getPost(asPost) { .append($('