From 8623bb5670a1c7803cc52e56337157bab8322626 Mon Sep 17 00:00:00 2001 From: Thomas Marstrander Date: Tue, 18 Aug 2015 14:16:07 +0200 Subject: [PATCH] Repositioned buttons, added bottom margin, repositioned feedback-text. HFJ-946 --- css/questionset.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/css/questionset.css b/css/questionset.css index 62b6068..cdb03e1 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -194,10 +194,10 @@ .questionset-results .feedback-section .feedback-text { font-weight: bold; color: #1a73d9; - display: inline-block; - position: relative; - top: -1em; - margin-top: .8em; +} + +.questionset-results .buttons { + margin-bottom: 1.5em; } /* No margin for questions when no frame */ @@ -206,14 +206,12 @@ margin-right: 0; } +.h5p-no-frame .questionset-results .feedback-section, .h5p-no-frame .questionset .h5p-question > *:first-child { margin-top: 0; } +.h5p-no-frame .questionset-results .buttons, .h5p-no-frame .questionset .h5p-question > *:last-child { margin-bottom: 0; } - -.h5p-no-frame .questionset-results .feedback-section { - margin-top: 0; -}