diff --git a/EnvelopeGenerator.Web/Views/Home/ShowEnvelope.cshtml b/EnvelopeGenerator.Web/Views/Home/ShowEnvelope.cshtml
index 250ae539..dca4d7c9 100644
--- a/EnvelopeGenerator.Web/Views/Home/ShowEnvelope.cshtml
+++ b/EnvelopeGenerator.Web/Views/Home/ShowEnvelope.cshtml
@@ -134,10 +134,8 @@
diff --git a/EnvelopeGenerator.Web/Views/Shared/_Layout.cshtml b/EnvelopeGenerator.Web/Views/Shared/_Layout.cshtml
index 106b0f07..63e33149 100644
--- a/EnvelopeGenerator.Web/Views/Shared/_Layout.cshtml
+++ b/EnvelopeGenerator.Web/Views/Shared/_Layout.cshtml
@@ -21,6 +21,7 @@
+
diff --git a/EnvelopeGenerator.Web/bundleconfig.json b/EnvelopeGenerator.Web/bundleconfig.json
index d382de45..fa4f76c4 100644
--- a/EnvelopeGenerator.Web/bundleconfig.json
+++ b/EnvelopeGenerator.Web/bundleconfig.json
@@ -82,5 +82,11 @@
"inputFiles": [
"wwwroot/css/card.css"
]
+ },
+ {
+ "outputFileName": "wwwroot/css/location-picker.min.css",
+ "inputFiles": [
+ "wwwroot/css/location-picker.css"
+ ]
}
]
diff --git a/EnvelopeGenerator.Web/wwwroot/css/location-picker.css b/EnvelopeGenerator.Web/wwwroot/css/location-picker.css
new file mode 100644
index 00000000..e52ff387
--- /dev/null
+++ b/EnvelopeGenerator.Web/wwwroot/css/location-picker.css
@@ -0,0 +1,9 @@
+#fixedMapCont {
+ height: 100%;
+ width: 100%;
+}
+
+#locationBackdrop .modal-body {
+ padding: 0;
+ margin: 0;
+}
\ No newline at end of file
diff --git a/EnvelopeGenerator.Web/wwwroot/css/location-picker.min.css b/EnvelopeGenerator.Web/wwwroot/css/location-picker.min.css
new file mode 100644
index 00000000..258c9be8
--- /dev/null
+++ b/EnvelopeGenerator.Web/wwwroot/css/location-picker.min.css
@@ -0,0 +1 @@
+#fixedMapCont{height:100%;width:100%}#locationBackdrop .modal-body{padding:0;margin:0}
\ No newline at end of file