Refs #102 -- Added multiple-choice question types

This commit is contained in:
Raphael Michel
2016-02-23 10:09:33 +01:00
parent eed74545bc
commit 1cd0c1f53b
12 changed files with 306 additions and 25 deletions

View File

@@ -74,6 +74,10 @@ div[data-formset-body], div[data-formset-form], div[data-nested-formset-form], d
padding-left: 0;
}
.question-option-row {
padding: 5px 0;
}
.i18n-form-group input,
.i18n-form-group textarea {
.border-top-radius(0px);