mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +00:00
space
This commit is contained in:
parent
6d3da21adb
commit
512e81cb61
@ -77,7 +77,7 @@ jsPsych.plugins['survey-multi-choice'] = (function() {
|
|||||||
var cssstr = ".jspsych-survey-multi-choice-question { margin-top: 2em; margin-bottom: 2em; }"+
|
var cssstr = ".jspsych-survey-multi-choice-question { margin-top: 2em; margin-bottom: 2em; }"+
|
||||||
".jspsych-survey-multi-choice-text span.required {color: darkred;}"+
|
".jspsych-survey-multi-choice-text span.required {color: darkred;}"+
|
||||||
".jspsych-survey-multi-choice-horizontal .jspsych-survey-multi-choice-text { text-align: center;}"+
|
".jspsych-survey-multi-choice-horizontal .jspsych-survey-multi-choice-text { text-align: center;}"+
|
||||||
".jspsych-survey-multi-choice-option {line-height: 2;}"+
|
".jspsych-survey-multi-choice-option { line-height: 2; }"+
|
||||||
".jspsych-survey-multi-choice-horizontal .jspsych-survey-multi-choice-option { display: inline-block; margin-left: 1em; margin-right: 1em; vertical-align: top;}"+
|
".jspsych-survey-multi-choice-horizontal .jspsych-survey-multi-choice-option { display: inline-block; margin-left: 1em; margin-right: 1em; vertical-align: top;}"+
|
||||||
"label.jspsych-survey-multi-choice-text input[type='radio'] {margin-right: 1em;}"
|
"label.jspsych-survey-multi-choice-text input[type='radio'] {margin-right: 1em;}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user