HFJ-1: Fixed emoticon positioning on QS endGame

pull/1/head
Frank Ronny Larsen 2013-11-08 13:56:58 +01:00
parent 84c9e73b30
commit 0f371320f7
2 changed files with 4 additions and 4 deletions

View File

@ -198,16 +198,16 @@
.questionset-results .score.success .emoticon:before { .questionset-results .score.success .emoticon:before {
font-family: icomoon-questionset; font-family: icomoon-questionset;
font-size: 5em; font-size: 5em;
line-height: 100%;
content: "\e606"; content: "\e606";
position: relative;
float: left; float: left;
} }
.questionset-results .score.fail .emoticon:before { .questionset-results .score.fail .emoticon:before {
font-family: icomoon-questionset; font-family: icomoon-questionset;
font-size: 5em; font-size: 5em;
line-height: 100%;
content: "\e607"; content: "\e607";
position: relative;
float: left; float: left;
} }
@ -232,7 +232,7 @@
font-size: 5em; font-size: 5em;
position: absolute; position: absolute;
left: -15px; left: -15px;
top: 22px; top: 36px;
height: 0; height: 0;
width: 0; width: 0;
border-top: 15px solid transparent; border-top: 15px solid transparent;

View File

@ -3,7 +3,7 @@
"contentType": "question", "contentType": "question",
"majorVersion": 1, "majorVersion": 1,
"minorVersion": 0, "minorVersion": 0,
"patchVersion": 34, "patchVersion": 35,
"runnable": 1, "runnable": 1,
"fullscreen": 0, "fullscreen": 0,
"machineName": "H5P.QuestionSet", "machineName": "H5P.QuestionSet",