Difference between revisions of "Style sheet setting: grid answeroption text i"
(Created page with "=== === '''''Applied question types:'''''<i>Single grid, Multi grid</i> '''''Type of setting'''''<i>: Id</i> '''''Tag applied to:'''''<i>td</i> '''''Usage:'''''<i>(where <...") |
(No difference)
|
Latest revision as of 08:16, 6 February 2012
Applied question types:Single grid, Multi grid
Type of setting: Id
Tag applied to:td
Usage:(where <i> is the column number) - Used to set styles for the answer options cells of single and multi grid questions for one specific answer option column.
Primary use: A very important setting here is padding. If no padding is set for grid questions the answer options may often look quite bad since they are too close together.
Example of usage:
- grid_answeroption_text_2
{
border-left: solid 1px #345879;
background-color: #DFFAF1;
padding: 5px;
}
Image example:
Links for more information