This commit is contained in:
Josh de Leeuw 2016-08-12 12:28:48 -04:00
parent 6d3da21adb
commit 512e81cb61

View File

@ -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;}"