HFJ-1: Fixed emoticon positioning on QS endGame
parent
84c9e73b30
commit
0f371320f7
|
@ -198,16 +198,16 @@
|
|||
.questionset-results .score.success .emoticon:before {
|
||||
font-family: icomoon-questionset;
|
||||
font-size: 5em;
|
||||
line-height: 100%;
|
||||
content: "\e606";
|
||||
position: relative;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.questionset-results .score.fail .emoticon:before {
|
||||
font-family: icomoon-questionset;
|
||||
font-size: 5em;
|
||||
line-height: 100%;
|
||||
content: "\e607";
|
||||
position: relative;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
@ -232,7 +232,7 @@
|
|||
font-size: 5em;
|
||||
position: absolute;
|
||||
left: -15px;
|
||||
top: 22px;
|
||||
top: 36px;
|
||||
height: 0;
|
||||
width: 0;
|
||||
border-top: 15px solid transparent;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"contentType": "question",
|
||||
"majorVersion": 1,
|
||||
"minorVersion": 0,
|
||||
"patchVersion": 34,
|
||||
"patchVersion": 35,
|
||||
"runnable": 1,
|
||||
"fullscreen": 0,
|
||||
"machineName": "H5P.QuestionSet",
|
||||
|
|
Loading…
Reference in New Issue