Skip to content

Commit

Permalink
MDL-64201 graphics: Unflag and flag quiz question SVG images.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Jan 17, 2019
1 parent c092f75 commit c233d7a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions pix/i/flagged.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions pix/i/unflagged.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions theme/boost/scss/moodle/question.scss
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@ body.path-question-type {

.que input.questionflagimage {
padding-right: 3px;
height: 16px;
width: 16px;
}

.importerror {
Expand Down
4 changes: 3 additions & 1 deletion theme/boost/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 2 additions & 0 deletions theme/bootstrapbase/less/moodle/question.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 2 additions & 0 deletions theme/bootstrapbase/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c233d7a

Please sign in to comment.