From 3380980c5c49c239dd09f371c122ec83608f6ff9 Mon Sep 17 00:00:00 2001 From: Bartuccio Antoine Date: Mon, 29 Jul 2019 15:35:16 +0200 Subject: [PATCH] pedagogy: add generic font for .radio-guide --- core/static/core/style.scss | 4 ++-- pedagogy/templates/pedagogy/guide.jinja | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 0751b1e7..f94ea361 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -1722,7 +1722,7 @@ $pedagogy-white-text: #f0f0f0; .search-form-container { display: grid; grid-template-columns: auto auto; - grid-template-rows: auto auto auto; + grid-template-rows: auto auto auto; grid-template-areas: "action-bar action-bar" "search-bar search-bar" @@ -1779,7 +1779,7 @@ $pedagogy-white-text: #f0f0f0; display: inline-block; background-color: $pedagogy-blue; padding: 10px 20px; - font-family: Arial; + font-family: Arial, sans-serif; font-size: 16px; border-radius: 4px; } diff --git a/pedagogy/templates/pedagogy/guide.jinja b/pedagogy/templates/pedagogy/guide.jinja index 471dfbbf..1084a9af 100644 --- a/pedagogy/templates/pedagogy/guide.jinja +++ b/pedagogy/templates/pedagogy/guide.jinja @@ -242,7 +242,5 @@ $("#search_form").on("change", function(e){ $(this).submit(); }); - - // $("#dynamic_view").hide(); {% endblock content %} \ No newline at end of file