From 138aaf0f7aabeaf9a0ed8d0895e6eff6b64b640f Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Mon, 13 Nov 2023 12:24:51 +0300 Subject: [PATCH] Remove custom css and large left margin for map noscript message --- app/assets/stylesheets/common.scss | 8 -------- app/views/layouts/map.html.erb | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 023dcdca75..864b075bb2 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -318,14 +318,6 @@ body.small-nav { font-weight: $font-weight-normal; } -/* Rules for the message shown in place of the map when javascript is disabled */ - -#noscript { - z-index: 20000000; - margin-left: 400px; - margin-top: 50px; -} - /* Rules for Leaflet maps */ .leaflet-top.leaflet-right, diff --git a/app/views/layouts/map.html.erb b/app/views/layouts/map.html.erb index a3d303c53f..a4e1891ffc 100644 --- a/app/views/layouts/map.html.erb +++ b/app/views/layouts/map.html.erb @@ -67,7 +67,7 @@