diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-08 16:39:01 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-08 16:39:01 +0100 |
commit | 5b60296d6d13818217c02cda7391c72e63703afe (patch) | |
tree | 3ed6c460d2f02b60794594d1e6217444dcd20c35 | |
parent | a30230bfb1c8d37d9bd746ae93e7e258611497a1 (diff) | |
download | Chimère - projet Saclay-5b60296d6d13818217c02cda7391c72e63703afe.tar.bz2 Chimère - projet Saclay-5b60296d6d13818217c02cda7391c72e63703afe.zip |
Dix affichage du retour aux catégories - referencement de l'action de retour aux catégories
-rw-r--r-- | static/saclay/css/mobile.css | 2 | ||||
-rw-r--r-- | templates/search/search.html | 1 |
2 files changed, 2 insertions, 1 deletions
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); }); </script> {% endif %} |