HFJ-1: Fixed emoticon positioning on QS endGame
parent
84c9e73b30
commit
0f371320f7
|
@ -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;
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue