Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'MDL-60359-33' of https://github.com/lucaboesch/moodle i…
Browse files Browse the repository at this point in the history
…nto MOODLE_33_STABLE
  • Loading branch information
David Monllao committed Dec 27, 2017
2 parents 02d16e7 + 64b3116 commit a6cf5b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions theme/boost/scss/moodle/question.scss
Expand Up @@ -298,6 +298,13 @@ body.path-question-type {
@extend .alert-info; @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 input[type="text"],
.formulation select { .formulation select {
width: auto; width: auto;
Expand Down

0 comments on commit a6cf5b5

Please sign in to comment.