Added FontAwesome 4.1 as a dependency.

d3summaryChart
Frode Petterson 2014-05-23 11:09:49 +02:00
parent ad2326f0aa
commit 21535779a8
2 changed files with 7 additions and 7 deletions

View File

@ -138,12 +138,12 @@
} }
.qs-footer a.next.button:after { .qs-footer a.next.button:after {
font-family: H5PFontAwesome; 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: H5PFontAwesome; 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: H5PFontAwesome; font-family: 'H5PFontAwesome4';
content: "\f00c "; content: "\f00c ";
} }
.questionset-results a.button.qs-solutionbutton:before { .questionset-results a.button.qs-solutionbutton:before {
font-family: H5PFontAwesome; font-family: 'H5PFontAwesome4';
content: "\f06e "; content: "\f06e ";
} }

View File

@ -3,7 +3,7 @@
"contentType": "question", "contentType": "question",
"majorVersion": 1, "majorVersion": 1,
"minorVersion": 0, "minorVersion": 0,
"patchVersion": 50, "patchVersion": 51,
"runnable": 1, "runnable": 1,
"fullscreen": 0, "fullscreen": 0,
"machineName": "H5P.QuestionSet", "machineName": "H5P.QuestionSet",
@ -32,7 +32,7 @@
}, },
{ {
"machineName": "FontAwesome", "machineName": "FontAwesome",
"majorVersion": 3, "majorVersion": 4,
"minorVersion": 1 "minorVersion": 1
}, },
{ {