From d4f7837ee5c83de75fc42df8199f6ec377e0b867 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 17 Sep 2016 22:56:45 +0200 Subject: [PATCH] Remove dark strips from home --- umap/static/umap/umap.css | 32 +------------------------- umap/templates/umap/about_summary.html | 2 +- umap/templates/umap/home.html | 2 +- 3 files changed, 3 insertions(+), 33 deletions(-) diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css index b7c712b6..8c434258 100644 --- a/umap/static/umap/umap.css +++ b/umap/static/umap/umap.css @@ -401,9 +401,6 @@ footer a { margin-top: 0; padding-top: 20px; } -.search_wrapper { - background-color: #2E3641; -} .search_wrapper .row { margin-top: 0; padding-top: 20px; @@ -464,34 +461,7 @@ h2.section { /* **************************** */ /* colors */ /* **************************** */ -/*a { - color: #689191; -} -.warning { - color: #cc0000; -} -.tintbox { - background-color: #28353D; -} -.tintbox, -.tintbox p, -.tintbox a { - color: #f8f8f8; - font-family: sans-serif; -} -.tintbox a { - text-decoration: underline; -} -.tintbox.warning { - background-color: #cc0000; - color: #fff; -} -.tintbox .note, .tintbox .note a { - line-height: 1.2em; - font-size: 11px; - font-style: italic; -} -*/ + .wrapper input[type="submit"], .wrapper .button { background-color: #79c1c0; diff --git a/umap/templates/umap/about_summary.html b/umap/templates/umap/about_summary.html index 20bc8d8e..4cdd9a21 100644 --- a/umap/templates/umap/about_summary.html +++ b/umap/templates/umap/about_summary.html @@ -25,7 +25,7 @@ -
+
{% spaceless %} diff --git a/umap/templates/umap/home.html b/umap/templates/umap/home.html index a564bc46..42663513 100644 --- a/umap/templates/umap/home.html +++ b/umap/templates/umap/home.html @@ -3,7 +3,6 @@ {% load leaflet_storage_tags i18n %} {% block maincontent %} -{% include "umap/search_bar.html" %} {% if DEMO_SITE %}
@@ -11,6 +10,7 @@
{% endif %} +{% include "umap/search_bar.html" %} {% include "umap/about_summary.html" %} {% if showcase_map %}