From 1d8d3a01861230e1d35d04bfb8f26bd486c21961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Thu, 21 Dec 2017 13:37:41 +0100 Subject: [PATCH] MDL-60359 theme_boost: have correct mc question check mark not overlap --- theme/boost/scss/moodle/question.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/theme/boost/scss/moodle/question.scss b/theme/boost/scss/moodle/question.scss index e92f97a6bf7..61fff05d249 100644 --- a/theme/boost/scss/moodle/question.scss +++ b/theme/boost/scss/moodle/question.scss @@ -298,6 +298,13 @@ body.path-question-type { @extend .alert-info; } +.que.multichoice .answer div.r0 .icon.fa-check, +.que.multichoice .answer div.r1 .icon.fa-check, +.que.multichoice .answer div.r0 .icon.fa-remove, +.que.multichoice .answer div.r1 .icon.fa-remove { + text-indent: 0; +} + .formulation input[type="text"], .formulation select { width: auto;