forked from ScoDoc/ScoDoc
Assiduité : signal_assiduites_group : bouton pour remonter la page
This commit is contained in:
parent
e3344cf424
commit
032454aefd
@ -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}}/css/assiduites.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 %}
|
||||
|
||||
|
||||
@ -113,6 +131,10 @@
|
||||
{{ minitimeline|safe }}
|
||||
<section id="content">
|
||||
|
||||
<a id="retour-haut" href="#gtrcontent">
|
||||
⬆️
|
||||
</a>
|
||||
|
||||
<div class="no-display">
|
||||
<span class="formsemestre_id">{{formsemestre_id}}</span>
|
||||
<span id="formsemestre_date_debut">{{formsemestre_date_debut}}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user