mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +00:00
css touchup
This commit is contained in:
parent
0346d99810
commit
51b439c160
@ -74,7 +74,7 @@ jsPsych.plugins['survey-multi-choice'] = (function() {
|
|||||||
|
|
||||||
// inject CSS for trial
|
// inject CSS for trial
|
||||||
var node = display_element.append('<style id="jspsych-survey-multi-choice-css">')
|
var node = display_element.append('<style id="jspsych-survey-multi-choice-css">')
|
||||||
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; text-align: left; }"+
|
||||||
".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; }"+
|
||||||
|
Loading…
Reference in New Issue
Block a user