From: soufiane Date: Thu, 9 Nov 2023 13:35:52 +0000 (+0100) Subject: wait #6460 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2c3f61e588febe142e4e136b5b0dff00eae6e0af;p=fluidbook-toolbox-quiz.git wait #6460 @0:05 --- diff --git a/js/quiz.accessibility.js b/js/quiz.accessibility.js index 3dd5af8..4cd048b 100644 --- a/js/quiz.accessibility.js +++ b/js/quiz.accessibility.js @@ -30,7 +30,7 @@ QuizAccessibility.prototype = { hideButton: function($el) { let status = this.quiz.data.accessibility_show_hotkeys - if(status) { + if(!status) { $el.hide() } } diff --git a/style/100-global.sass b/style/100-global.sass index c27793f..2178e75 100644 --- a/style/100-global.sass +++ b/style/100-global.sass @@ -83,15 +83,15 @@ body +opacity(.16) padding-left: 22px padding-right: 6px + .text + margin-right: 16px + .access + margin: 0 10px 0 0 &.reset //max-width: 144px .text svg width: 50% - .text - margin-right: 16px - .access - margin: 0 10px 0 0 &.info max-width: 177px @@ -184,13 +184,16 @@ body &.primary flex: 1 + &.secondary + .text + margin-right: 0 + &.reset width: 56px flex-shrink: 0 padding: 0 .text +flex-config(center, false, false, center) - margin-right: 0 .access:not(.missed):not(.ok):not(.nok) diff --git a/views/footer.blade.php b/views/footer.blade.php index d9a38e4..458ed1b 100644 --- a/views/footer.blade.php +++ b/views/footer.blade.php @@ -8,7 +8,7 @@ @isset($info) - {{$__('More infos')}} + {{$__('More infos')}} M @endisset diff --git a/views/screens/outro.blade.php b/views/screens/outro.blade.php index bb81593..b8b8962 100644 --- a/views/screens/outro.blade.php +++ b/views/screens/outro.blade.php @@ -54,7 +54,7 @@
@if($data->restart_button) - {{$__('Restart')}} + {{$__('Restart')}} R @endif