Skip to content
Snippets Groups Projects
Commit 032454ae authored by Iziram's avatar Iziram
Browse files

Assiduité : signal_assiduites_group : bouton pour remonter la page

parent e3344cf4
Branches
No related tags found
No related merge requests found
...@@ -105,6 +105,24 @@ ...@@ -105,6 +105,24 @@
<link rel="stylesheet" href="{{scu.STATIC_DIR}}/libjs/bootstrap-multiselect-1.1.2/bootstrap-multiselect.min.css"> <link rel="stylesheet" href="{{scu.STATIC_DIR}}/libjs/bootstrap-multiselect-1.1.2/bootstrap-multiselect.min.css">
<link rel="stylesheet" href="{{scu.STATIC_DIR}}/css/assiduites.css"> <link rel="stylesheet" href="{{scu.STATIC_DIR}}/css/assiduites.css">
<link rel="stylesheet" href="{{scu.STATIC_DIR}}/css/minitimeline.css"> <link rel="stylesheet" href="{{scu.STATIC_DIR}}/css/minitimeline.css">
<style>
#retour-haut{
position: fixed;
bottom: 10px;
right: 10px;
font-size: 3em;
padding: 5px;
border-radius: 5px;
text-decoration: none;
}
html{
scroll-behavior: smooth !important;
}
</style>
{% endblock styles %} {% endblock styles %}
...@@ -113,6 +131,10 @@ ...@@ -113,6 +131,10 @@
{{ minitimeline|safe }} {{ minitimeline|safe }}
<section id="content"> <section id="content">
<a id="retour-haut" href="#gtrcontent">
⬆️
</a>
<div class="no-display"> <div class="no-display">
<span class="formsemestre_id">{{formsemestre_id}}</span> <span class="formsemestre_id">{{formsemestre_id}}</span>
<span id="formsemestre_date_debut">{{formsemestre_date_debut}}</span> <span id="formsemestre_date_debut">{{formsemestre_date_debut}}</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment