diff --git a/app/Resources/public/css/scorm.css b/app/Resources/public/css/scorm.css index 563c83f668..a87b88d774 100644 --- a/app/Resources/public/css/scorm.css +++ b/app/Resources/public/css/scorm.css @@ -362,6 +362,10 @@ See https://support.chamilo.org/issues/6976 #scorm-info #progress_bar .progress{ margin-bottom: 5px; } +#scorm-info #progress_bar .progress .value-progress{ + margin-left: 5px; + display: block; +} .scorm-body .scorm-title{ font-size: 18px; margin-top: 5px; diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index aedb1945b6..7afe6af116 100755 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -2398,7 +2398,7 @@ class learnpath $text = $percentage . $text_add; $output = '
- '. $text .' + '. $text .'
'; diff --git a/main/template/games/admin/resource_sequence.tpl b/main/template/games/admin/resource_sequence.tpl index 74090ea9b3..54a43c66a5 100644 --- a/main/template/games/admin/resource_sequence.tpl +++ b/main/template/games/admin/resource_sequence.tpl @@ -158,6 +158,7 @@ $('button[name="use_as_reference"]').click(function() { $('button[name="set_requirement"]').prop('disabled', false); $('#requirements').prop('disabled', false); + $('#requirements').selectpicker('refresh'); $('button[name="save_resource"]').prop('disabled', false); useAsReference(type, sequenceId);