mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-64201 graphics: Unflag and flag quiz question SVG images.
This commit is contained in:
parent
c092f75791
commit
c233d7a2fa
1
pix/i/flagged.svg
Normal file
1
pix/i/flagged.svg
Normal 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
1
pix/i/unflagged.svg
Normal 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 |
@ -404,6 +404,8 @@ body.path-question-type {
|
||||
|
||||
.que input.questionflagimage {
|
||||
padding-right: 3px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.importerror {
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user