Difference between revisions of "Style sheet setting: grid inner"
(jrfconvert import) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | == Style sheet setting: grid_inner == | |
− | |||
− | + | '''Applied question types:''' Single grid, Multi grid, Scale grid, Text grid | |
− | ''' | + | '''Type of setting: '''class |
− | ''' | + | '''Tag applied to:''' table |
− | ''' | + | '''Usage:''' Used for setting the table settings of the answer option area of grid questions (as opposed to grid_outer that also sets question area). |
− | ''' | + | '''Primary use:''' Setting font sizes of both column and answer options simultaneously. |
− | ''' | + | '''Example of usage:''' |
− | + | .grid_inner | |
− | + | { | |
− | + | font-size: 10pt; | |
− | + | } | |
− | + | '''Image example: ''' | |
− | ''' | + | '''Links for more information''' |
− | + | http://www.w3.org/Style/CSS/ | |
− | + | Back to: [[Style sheet]] __NOTOC__ <!-- imported from file: 6109.htm--> | |
− | + | [[Category:Questionnaire_layouts]] | |
− | |||
− |
Latest revision as of 04:44, 21 December 2011
Style sheet setting: grid_inner
Applied question types: Single grid, Multi grid, Scale grid, Text grid
Type of setting: class
Tag applied to: table
Usage: Used for setting the table settings of the answer option area of grid questions (as opposed to grid_outer that also sets question area).
Primary use: Setting font sizes of both column and answer options simultaneously.
Example of usage:
.grid_inner
{
font-size: 10pt;
}
Image example:
Links for more information
Back to: Style sheet