Merge branch 'api-1.1' into api-1.2
commit
b39df78eeb
|
@ -138,12 +138,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.qs-footer a.next.button:after {
|
.qs-footer a.next.button:after {
|
||||||
font-family: H5PFontAwesome4;
|
font-family: 'H5PFontAwesome4';
|
||||||
content: " \f054";
|
content: " \f054"; /* TODO: Use margin not whitespace, spacing is not content! */
|
||||||
}
|
}
|
||||||
|
|
||||||
.qs-footer a.prev.button:before {
|
.qs-footer a.prev.button:before {
|
||||||
font-family: H5PFontAwesome4;
|
font-family: 'H5PFontAwesome4';
|
||||||
content: "\f053 ";
|
content: "\f053 ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -152,12 +152,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.qs-footer a.finish.button:before {
|
.qs-footer a.finish.button:before {
|
||||||
font-family: H5PFontAwesome4;
|
font-family: 'H5PFontAwesome4';
|
||||||
content: "\f00c ";
|
content: "\f00c ";
|
||||||
}
|
}
|
||||||
|
|
||||||
.questionset-results a.button.qs-solutionbutton:before {
|
.questionset-results a.button.qs-solutionbutton:before {
|
||||||
font-family: H5PFontAwesome4;
|
font-family: 'H5PFontAwesome4';
|
||||||
content: "\f06e ";
|
content: "\f06e ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"contentType": "question",
|
"contentType": "question",
|
||||||
"majorVersion": 1,
|
"majorVersion": 1,
|
||||||
"minorVersion": 0,
|
"minorVersion": 0,
|
||||||
"patchVersion": 52,
|
"patchVersion": 53,
|
||||||
"runnable": 1,
|
"runnable": 1,
|
||||||
"fullscreen": 0,
|
"fullscreen": 0,
|
||||||
"machineName": "H5P.QuestionSet",
|
"machineName": "H5P.QuestionSet",
|
||||||
|
@ -29,6 +29,11 @@
|
||||||
"majorVersion": 1,
|
"majorVersion": 1,
|
||||||
"minorVersion": 0
|
"minorVersion": 0
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"machineName": "FontAwesome",
|
||||||
|
"majorVersion": 4,
|
||||||
|
"minorVersion": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"machineName": "H5P.Video",
|
"machineName": "H5P.Video",
|
||||||
"majorVersion": 1,
|
"majorVersion": 1,
|
||||||
|
|
Loading…
Reference in New Issue