Merge branch 'MDL-64201-master' of https://github.com/lucaboesch/moodle
This commit is contained in:
@@ -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 |
@@ -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 {
|
||||
|
||||
@@ -14514,7 +14514,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;
|
||||
|
||||
Reference in New Issue
Block a user