Difference between revisions of "Style sheet setting: grid subquestion text"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Questionnaire layouts]]
 

 

  

Revision as of 08:30, 30 March 2011



Style sheet setting: grid_subquestion_text

Applied question types: Single grid, Multi grid, Scale grid

Type of setting: class

Tag applied to: td

Usage: Used to set styles for the sub-question cells of single and multi grid questions. Setting will only apply if set later than the classes "grid_subquestion_odd" and "grid_subquestion_even".

Primary use: To set padding so that the sub question texts are placed nicely in the grid.

Example of usage:

.grid_subquestion_text

{

padding: 5 px;

background-color: #DFEAF1;

border-top: solid 1 px #345879;

border-left: none;

}

Image example:

Links for more information

http://www.w3.org/Style/CSS/

Back to: Style sheet