diff --git a/app/Resources/public/css/themes/rainbow/default.css b/app/Resources/public/css/themes/rainbow/default.css index ee729228eb..b688892dc3 100755 --- a/app/Resources/public/css/themes/rainbow/default.css +++ b/app/Resources/public/css/themes/rainbow/default.css @@ -701,14 +701,16 @@ footer #footer_right{ border-radius: 0; font-size: 12px; } -table.matching tr td span.label-danger{ +table.matching tr td span.label-danger, +table.table-striped tr td span.label-danger{ background-color: #162a83; color: #FFF !important; border-radius: 0; width: 100%; display: inline-block; } -table.matching tr td span.label-success{ +table.matching tr td span.label-success, +table.table-striped tr td span.label-success{ background-color: #96BD0D; color: #FFF !important; border-radius: 0; diff --git a/main/exercise/multiple_answer_combination.class.php b/main/exercise/multiple_answer_combination.class.php index 7bfd88fb8b..ff6473715a 100755 --- a/main/exercise/multiple_answer_combination.class.php +++ b/main/exercise/multiple_answer_combination.class.php @@ -229,11 +229,11 @@ class MultipleAnswerCombination extends Question $header = parent::return_header($exercise, $counter, $score); $header .= '
| '.get_lang("Choice").' | -'. get_lang("ExpectedChoice").' | -'. get_lang("Answer").' | '; - $header .= ''.get_lang('Status').' | '; - $header .= ''.get_lang("Comment").' | '; +'.get_lang("Choice").' | +'. get_lang("ExpectedChoice").' | +'. get_lang("Answer").' | '; + $header .= ''.get_lang('Status').' | '; + $header .= ''.get_lang("Comment").' | '; $header .= '
|---|