From d6148565084088fba7244638e4e9ea2736f3a5c0 Mon Sep 17 00:00:00 2001 From: octavioamu Date: Thu, 1 Aug 2019 14:37:38 -0300 Subject: [PATCH] add cookielaw and fix styles --- app/assets/v2/css/home.css | 5 ----- app/assets/v2/css/profile.css | 2 +- app/dashboard/templates/onepager/base.html | 2 +- app/dashboard/templates/profiles/profile.html | 6 +++--- app/dashboard/templates/shared/labs_nav.html | 3 ++- app/dashboard/templates/shared/rate_bounties.html | 3 --- app/grants/templates/grants/index.html | 1 + app/grants/templates/grants/nav.html | 3 ++- app/kudos/templates/kudos_about.html | 2 +- app/kudos/templates/kudos_details.html | 2 +- app/kudos/templates/kudos_marketplace.html | 2 +- app/kudos/templates/shared/kudos_nav.html | 3 ++- app/retail/templates/about.html | 2 +- app/retail/templates/base.html | 3 +-- app/retail/templates/home/index.html | 15 ++++++++------- app/retail/templates/home/nav.html | 7 ++++--- app/retail/templates/jobs.html | 2 +- app/retail/templates/mission.html | 2 +- app/retail/templates/not_a_token.html | 2 +- app/retail/templates/shared/nav.html | 3 ++- app/retail/templates/vision.html | 2 +- 21 files changed, 35 insertions(+), 37 deletions(-) diff --git a/app/assets/v2/css/home.css b/app/assets/v2/css/home.css index c62242b5e4d..50fe0744fa4 100644 --- a/app/assets/v2/css/home.css +++ b/app/assets/v2/css/home.css @@ -22,11 +22,6 @@ background-color: transparent; } -.homepage .container { - padding-bottom: 4rem; - padding-top: 4rem; -} - .banner { background-color: #0d023b; background-size: cover; diff --git a/app/assets/v2/css/profile.css b/app/assets/v2/css/profile.css index 179ab1bbbd7..a06eb1fb8c1 100644 --- a/app/assets/v2/css/profile.css +++ b/app/assets/v2/css/profile.css @@ -1,4 +1,4 @@ -.profile_details .container{ +.mh-150{ min-height: 150px; } diff --git a/app/dashboard/templates/onepager/base.html b/app/dashboard/templates/onepager/base.html index d91c81a3ea1..15148f1e7e9 100644 --- a/app/dashboard/templates/onepager/base.html +++ b/app/dashboard/templates/onepager/base.html @@ -72,9 +72,9 @@ {% include 'shared/top_nav.html' with class='d-md-flex' %} + {% cookielaw_banner %}
{% include 'shared/onepager_auth.html' with source='authed' %} - {% cookielaw_banner %} {% block 'main' %} {% endblock %}
diff --git a/app/dashboard/templates/profiles/profile.html b/app/dashboard/templates/profiles/profile.html index 1a92a10b67e..c9c4aa11770 100644 --- a/app/dashboard/templates/profiles/profile.html +++ b/app/dashboard/templates/profiles/profile.html @@ -37,7 +37,7 @@
-
+
{% if not hidden %} @@ -222,7 +222,7 @@

{% else %} {% if not profile.is_org and profile.organizations|length %} -
+
@@ -248,7 +248,7 @@

{% if tabs %}
-
+
{% trans 'By Created Date' %} diff --git a/app/dashboard/templates/shared/labs_nav.html b/app/dashboard/templates/shared/labs_nav.html index 10b23e2955d..545ae26f487 100644 --- a/app/dashboard/templates/shared/labs_nav.html +++ b/app/dashboard/templates/shared/labs_nav.html @@ -15,7 +15,7 @@ along with this program. If not, see . {% endcomment %} -{% load i18n static matches %} +{% load i18n static matches cookielaw_tags %}