Do not show try-again and show-solution button for questions inside a question set. [HFJ-1110]

pull/2/head
Thomas Marstrander 2015-09-27 19:12:40 +02:00
parent 198ae5fd3e
commit a6299e94e4
1 changed files with 6 additions and 0 deletions

View File

@ -215,3 +215,9 @@
.h5p-no-frame .questionset .h5p-question > *:last-child {
margin-bottom: 0;
}
/* Hide retry and show solution buttons */
.questionset .h5p-question .h5p-question-try-again,
.questionset .h5p-question .h5p-question-show-solution {
display: none;
}