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
No related merge requests found
...@@ -3,8 +3,6 @@ body { ...@@ -3,8 +3,6 @@ body {
--quizz-backgourd-color: #00000; --quizz-backgourd-color: #00000;
--feedback-sucess-color: rgba(167, 243, 167, 0.8); --feedback-sucess-color: rgba(167, 243, 167, 0.8);
--feedback-error-color: #f8a5a5; --feedback-error-color: #f8a5a5;
// To edit SurveyJs colors see TODO create custom theme for SurveyJs
} }
// *********************************** // ***********************************
...@@ -128,15 +126,6 @@ a.active { ...@@ -128,15 +126,6 @@ a.active {
text-decoration: underline; 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)) { em:not(:has(strong)) {
background-color: lightgray; background-color: lightgray;
...@@ -145,4 +134,4 @@ em:not(:has(strong)) { ...@@ -145,4 +134,4 @@ em:not(:has(strong)) {
border-radius: 5px; border-radius: 5px;
} }
@import "plugins/_scrollbars.scss";
...@@ -20,16 +20,15 @@ $(document).ready(function() { ...@@ -20,16 +20,15 @@ $(document).ready(function() {
trigger: 'click', trigger: 'click',
html: true, html: true,
placement: 'auto', placement: 'auto',
content: function () { content: $("[commentaireid=" + spanid + "]")
return $("[commentaireid=" + spanid + "]").html();
}
}); });
$("[commentaireid=" + spanid + "]").toggle()
} }
}); });
$(document).on('click', function() { // $(document).on('click', function() {
$('[spanid]').popover('hide'); // $('[spanid]').popover('hide');
}); // });
// Simplify th in td // Simplify th in td
$('th').each(function () { $('th').each(function () {
......
...@@ -121,3 +121,7 @@ $(function () { ...@@ -121,3 +121,7 @@ $(function () {
// Inflate the survey in the page // Inflate the survey in the page
$("#surveyContainer").Survey({ model: survey }); $("#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