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