Skip to content
Snippets Groups Projects
Commit cccc0df1 authored by Anthony's avatar Anthony
Browse files

Merge branch '17-UI-for-reunion-du-16-01' into 'main'

Resolve "Démo/Réunion du 16/01 avec Laurence et Sheridan"

See merge request !6
parents cf6b5feb 65c81d70
Branches
No related tags found
1 merge request!6Resolve "Démo/Réunion du 16/01 avec Laurence et Sheridan"
Pipeline #2054 passed
......@@ -3,8 +3,6 @@ body {
--quizz-backgourd-color: #00000;
--feedback-sucess-color: rgba(167, 243, 167, 0.8);
--feedback-error-color: #f8a5a5;
// To edit SurveyJs colors see TODO create custom theme for SurveyJs
}
// ***********************************
......@@ -128,15 +126,6 @@ a.active {
text-decoration: underline;
}
.commentaireInfo {
padding: 10px;
border-radius: 10px;
background-color: var(--secondary-background-color);
border: 1px solid var(--macao-primary-color);
color: black;
max-width: 500px;
}
em:not(:has(strong)) {
background-color: lightgray;
......@@ -145,4 +134,4 @@ em:not(:has(strong)) {
border-radius: 5px;
}
@import "plugins/_scrollbars.scss";
......@@ -20,16 +20,15 @@ $(document).ready(function() {
trigger: 'click',
html: true,
placement: 'auto',
content: function () {
return $("[commentaireid=" + spanid + "]").html();
}
content: $("[commentaireid=" + spanid + "]")
});
$("[commentaireid=" + spanid + "]").toggle()
}
});
$(document).on('click', function() {
$('[spanid]').popover('hide');
});
// $(document).on('click', function() {
// $('[spanid]').popover('hide');
// });
// Simplify th in td
$('th').each(function () {
......
......@@ -121,3 +121,7 @@ $(function () {
// Inflate the survey in the page
$("#surveyContainer").Survey({ model: survey });
});
$(document).ready(function() {
$('button:contains("Play")').html('<i class="fa-solid fa-play"></i> Écouter').addClass('btn-play').prop('title','Écouter');
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment