Browse Source

[enh] dirty hack for embedding the map

Laurent Peuch 9 years ago
parent
commit
0d405d1816
2 changed files with 4 additions and 0 deletions
  1. 3 0
      ffdnispdb/static/css/style_embed.css
  2. 1 0
      ffdnispdb/templates/embed_map.html

+ 3 - 0
ffdnispdb/static/css/style_embed.css

@@ -0,0 +1,3 @@
+html, body {
+    background-color: #111;
+}

+ 1 - 0
ffdnispdb/templates/embed_map.html

@@ -19,6 +19,7 @@
     <link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/leaflet.css') }}">
     <link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/flags.css') }}">
     <link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/style.css') }}">
+    <link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/style_embed.css') }}">
     {%- endblock %}
   </head>
 <body>