From 0f371320f700554fe37413a82f60b9582f2b3497 Mon Sep 17 00:00:00 2001 From: Frank Ronny Larsen Date: Fri, 8 Nov 2013 13:56:58 +0100 Subject: [PATCH] HFJ-1: Fixed emoticon positioning on QS endGame --- css/questionset.css | 6 +++--- library.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/questionset.css b/css/questionset.css index cb0e914..c9f02a3 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -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; diff --git a/library.json b/library.json index b228267..7300936 100644 --- a/library.json +++ b/library.json @@ -3,7 +3,7 @@ "contentType": "question", "majorVersion": 1, "minorVersion": 0, - "patchVersion": 34, + "patchVersion": 35, "runnable": 1, "fullscreen": 0, "machineName": "H5P.QuestionSet",