No left, right, top or bot margins for Questions inside QS without frame.

HFJ-949
pull/1/head
Thomas Marstrander 2015-08-12 15:30:10 +02:00
parent c4a78bfdcd
commit 396abf92b7
1 changed files with 14 additions and 0 deletions

View File

@ -264,3 +264,17 @@
color: #6aa81b;
text-align: left;
}
/* No margin for questions when no frame */
.h5p-no-frame .questionset .h5p-question > * {
margin-left: 0;
margin-right: 0;
}
.h5p-no-frame .questionset .h5p-question > *:first-child {
margin-top: 0;
}
.h5p-no-frame .questionset .h5p-question > *:last-child {
margin-bottom: 0;
}