From 5b60296d6d13818217c02cda7391c72e63703afe Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 8 Feb 2017 16:39:01 +0100 Subject: Dix affichage du retour aux catégories - referencement de l'action de retour aux catégories MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/saclay/css/mobile.css | 2 +- templates/search/search.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/static/saclay/css/mobile.css b/static/saclay/css/mobile.css index 5cb365c..fa6a978 100644 --- a/static/saclay/css/mobile.css +++ b/static/saclay/css/mobile.css @@ -82,7 +82,7 @@ div#panel{ font-weight: 900; padding: 0; width: 282px; - position: absolute; + position: fixed; bottom: 0; left: 0; font-family: 'Numans'; diff --git a/templates/search/search.html b/templates/search/search.html index 76e75ec..8357887 100644 --- a/templates/search/search.html +++ b/templates/search/search.html @@ -47,6 +47,7 @@ $(function(){ form_selector: '.autocomplete-me' }); window.autocomplete.setup();{% endif %} + $('#back-categories').click(category_panel_open); }); {% endif %} -- cgit v1.2.3