Repositioned buttons, added bottom margin, repositioned feedback-text.

HFJ-946
pull/1/head
Thomas Marstrander 2015-08-18 14:16:07 +02:00
parent fdc91abcf8
commit 8623bb5670
1 changed files with 6 additions and 8 deletions

View File

@ -194,10 +194,10 @@
.questionset-results .feedback-section .feedback-text { .questionset-results .feedback-section .feedback-text {
font-weight: bold; font-weight: bold;
color: #1a73d9; color: #1a73d9;
display: inline-block; }
position: relative;
top: -1em; .questionset-results .buttons {
margin-top: .8em; margin-bottom: 1.5em;
} }
/* No margin for questions when no frame */ /* No margin for questions when no frame */
@ -206,14 +206,12 @@
margin-right: 0; margin-right: 0;
} }
.h5p-no-frame .questionset-results .feedback-section,
.h5p-no-frame .questionset .h5p-question > *:first-child { .h5p-no-frame .questionset .h5p-question > *:first-child {
margin-top: 0; margin-top: 0;
} }
.h5p-no-frame .questionset-results .buttons,
.h5p-no-frame .questionset .h5p-question > *:last-child { .h5p-no-frame .questionset .h5p-question > *:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
.h5p-no-frame .questionset-results .feedback-section {
margin-top: 0;
}