From c233d7a2fa35dd2906c37186a3e40f81a3c08b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Sat, 24 Nov 2018 15:32:49 +0100 Subject: [PATCH] MDL-64201 graphics: Unflag and flag quiz question SVG images. --- pix/i/flagged.svg | 1 + pix/i/unflagged.svg | 1 + theme/boost/scss/moodle/question.scss | 2 ++ theme/boost/style/moodle.css | 4 +++- theme/bootstrapbase/less/moodle/question.less | 2 ++ theme/bootstrapbase/style/moodle.css | 2 ++ 6 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 pix/i/flagged.svg create mode 100644 pix/i/unflagged.svg diff --git a/pix/i/flagged.svg b/pix/i/flagged.svg new file mode 100644 index 00000000000..d574f7d7fe5 --- /dev/null +++ b/pix/i/flagged.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/pix/i/unflagged.svg b/pix/i/unflagged.svg new file mode 100644 index 00000000000..b4abc81a881 --- /dev/null +++ b/pix/i/unflagged.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/theme/boost/scss/moodle/question.scss b/theme/boost/scss/moodle/question.scss index 8b505eadb8e..e05bff1fbe8 100644 --- a/theme/boost/scss/moodle/question.scss +++ b/theme/boost/scss/moodle/question.scss @@ -404,6 +404,8 @@ body.path-question-type { .que input.questionflagimage { padding-right: 3px; + height: 16px; + width: 16px; } .importerror { diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index 5a268c311d3..399bcd43526 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -14511,7 +14511,9 @@ body.path-question-type { vertical-align: text-bottom; } .que input.questionflagimage { - padding-right: 3px; } + padding-right: 3px; + height: 16px; + width: 16px; } .importerror { margin-top: 10px; diff --git a/theme/bootstrapbase/less/moodle/question.less b/theme/bootstrapbase/less/moodle/question.less index 623fff88966..2ab3ccc5151 100644 --- a/theme/bootstrapbase/less/moodle/question.less +++ b/theme/bootstrapbase/less/moodle/question.less @@ -346,6 +346,8 @@ body.path-question-type .fitem_fgroup .accesshide { } .que input.questionflagimage { padding-right: 3px; + height: 16px; + width: 16px; } .importerror { margin-top: 10px; diff --git a/theme/bootstrapbase/style/moodle.css b/theme/bootstrapbase/style/moodle.css index c3946701088..1752bb420d8 100644 --- a/theme/bootstrapbase/style/moodle.css +++ b/theme/bootstrapbase/style/moodle.css @@ -9719,6 +9719,8 @@ body.path-question-type .fitem_fgroup .accesshide { } .que input.questionflagimage { padding-right: 3px; + height: 16px; + width: 16px; } .importerror { margin-top: 10px;