...
Info |
---|
The CSS class names are case-sensitive. The name entered in the CSS Class field for the variable or variable group must match the case of the CSS class name entered in the global code |
Examples:
CSS Class Name | Description | Content | ||
---|---|---|---|---|
NoAnswer | Hides the answer for a variable. | .NoAnswer .AnswerPanel | ||
RedBackground | Displays a red background for the variable.
| .RedBackground | ||
WhiteFont | Displays the text with a white font | .WhiteFont | ||
Font12 | Displays the text with 12point font-size | .Font12 | ||
RadioButtonHeight30 | Increases the spacing between radio buttons for a Vertical Radio Button type variable | .RadioButtonHeight30 .RadioButton | ||
VariableNoPadding NoPaddingVar | Removes all the built-in padding around a variable | .NoPadding .VariablePanel NoPaddingVar | ||
NoPaddingVG | Removes all the built-in padding around all the variables in a variable group | .NoPadding NoPaddingVG .VariablePanel |