HFJ-1,2,3,4: Fixed FontAwesome dependencies

pull/1/head
Frank Ronny Larsen 2013-11-06 11:48:36 +01:00
parent 2c26b7692d
commit 711e55c42e
2 changed files with 11 additions and 6 deletions

View File

@ -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 ";
} }

View File

@ -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,