No left, right, top or bot margins for Questions inside QS without frame.
HFJ-949pull/1/head
parent
c4a78bfdcd
commit
396abf92b7
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue