HFJ-1,2,3,4: Fixed FontAwesome dependencies
parent
2c26b7692d
commit
711e55c42e
|
@ -125,13 +125,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.qs-footer a.next.button:after {
|
.qs-footer a.next.button:after {
|
||||||
font-family: FontAwesome;
|
font-family: H5PFontAwesome;
|
||||||
content: " \f054";
|
content: " \f054";
|
||||||
}
|
}
|
||||||
|
|
||||||
.qs-footer a.prev.button:before {
|
.qs-footer a.prev.button:before {
|
||||||
font-family: FontAwesome;
|
font-family: H5PFontAwesome;
|
||||||
content: "\f053 ";
|
content: "\f053 ";
|
||||||
}
|
}
|
||||||
|
|
||||||
.questionset-results .qs-finishbutton {
|
.questionset-results .qs-finishbutton {
|
||||||
|
@ -139,12 +139,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.qs-footer a.finish.button:before {
|
.qs-footer a.finish.button:before {
|
||||||
font-family: FontAwesome;
|
font-family: H5PFontAwesome;
|
||||||
content: "\f00c ";
|
content: "\f00c ";
|
||||||
}
|
}
|
||||||
|
|
||||||
.questionset-results a.button.qs-solutionbutton:before {
|
.questionset-results a.button.qs-solutionbutton:before {
|
||||||
font-family: FontAwesome;
|
font-family: H5PFontAwesome;
|
||||||
content: "\f06e ";
|
content: "\f06e ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,11 @@
|
||||||
"majorVersion": 1,
|
"majorVersion": 1,
|
||||||
"minorVersion": 0
|
"minorVersion": 0
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"machineName": "FontAwesome",
|
||||||
|
"majorVersion": 3,
|
||||||
|
"minorVersion": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"machineName": "H5P.Video",
|
"machineName": "H5P.Video",
|
||||||
"majorVersion": 1,
|
"majorVersion": 1,
|
||||||
|
|
Loading…
Reference in New Issue