From 5aa853761c580dc27e5c85cab8e00fc5f0f14981 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 25 Apr 2016 23:54:28 +0200 Subject: [PATCH] Follow Leaflet.Storage UI refactoring cf umap-project/Leaflet.Storage/commit/59583db7bef28b2fd13ac98c0a62e1a770d3fb66 --- umap/static/umap/umap.css | 5 +++++ umap/templates/base.html | 3 --- umap/templates/umap/content.html | 10 +++++++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css index d11c0a77..da9d9f80 100644 --- a/umap/static/umap/umap.css +++ b/umap/static/umap/umap.css @@ -172,6 +172,11 @@ ul { .tintbox p { color: #6f6f6f; } +body.content { + width: 100%; + height: 100%; + overflow-x: hidden; +} /* diff --git a/umap/templates/base.html b/umap/templates/base.html index c5174b1b..560ed26c 100644 --- a/umap/templates/base.html +++ b/umap/templates/base.html @@ -22,9 +22,6 @@ -
-
-
{% block header %} {% endblock %} diff --git a/umap/templates/umap/content.html b/umap/templates/umap/content.html index 8c31dcee..9ec4b6bf 100644 --- a/umap/templates/umap/content.html +++ b/umap/templates/umap/content.html @@ -23,11 +23,14 @@ {% block bottom_js %} {{ block.super }} {% endblock bottom_js %}