MDL-64201 graphics: Unflag and flag quiz question SVG images.

This commit is contained in:
Luca Bösch 2018-11-24 15:32:49 +01:00
parent c092f75791
commit c233d7a2fa
6 changed files with 11 additions and 1 deletions

1
pix/i/flagged.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" preserveAspectRatio="xMinYMid meet" overflow="visible"><path d="M1.6 1.4c1.4 4.7 2.6 8.7 4 13.4" fill="#7c7c7c" stroke="#7c7c7c" stroke-width="1.5" stroke-miterlimit="10"/><path fill="#ea0000" stroke="#ea0000" stroke-miterlimit="10" d="M12.2 2.6L5.7 7l-2-5.4z"/></svg>

After

Width:  |  Height:  |  Size: 351 B

1
pix/i/unflagged.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" preserveAspectRatio="xMinYMid meet" overflow="visible"><path d="M1.6 1.4c1.4 4.7 2.6 8.7 4 13.4" fill="#7c7c7c" stroke="#7c7c7c" stroke-width="1.5" stroke-miterlimit="10"/><path fill="none" stroke="#7c7c7c" stroke-miterlimit="10" d="M12.2 2.6L5.7 7l-2-5.4z"/></svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -404,6 +404,8 @@ body.path-question-type {
.que input.questionflagimage {
padding-right: 3px;
height: 16px;
width: 16px;
}
.importerror {

View File

@ -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;

View File

@ -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;

View File

@ -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;