- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
/* Line the questions up side-by-side */ #question500, #question505, #question510, #question515 { float: left; } #question500 { margin-left: 12.5%; } /* Push the question tables to full width */ #question500 .question-wrapper, #question505 .question-wrapper, #question510 .question-wrapper, #question515 .question-wrapper { margin: 0 auto 10px 0; width: 100%; } /* Lose some padding... */ #question500 .question-wrapper td, #question505 .question-wrapper td , #question510 .question-wrapper td, #question515 .question-wrapper td{ padding: 0.5em 0; } /* but we still want some padding on the left and right of the group */ #question500 .question-wrapper td { padding-left: 1em ; } #question515 .question-wrapper td { padding-right: 1em ; } /* Set the width of the subquestion cells in the first array... */ #question500 table.question tbody th { width: auto; } /* and hide the subquestion cells in subsequent arrays */ #question505 table.question tbody th, #question510 table.question tbody th, #question515 table.question tbody th { display: none; } /* Hide the question text in all but the first array */ #question505 td.questiontext, #question510 td.questiontext, #question515 td.questiontext { color: #EEF6FF; }
/* Line the questions up side-by-side */ #question442, #question462 { float: left; } #question442 { margin-left: 12.5%; } /* Push the question tables to full width */ #question442 .question-wrapper, #question462 .question-wrapper { margin: 0 auto 10px 0; width: 100%; } /* Lose some padding... */ #question442 .question-wrapper td, #question462 .question-wrapper td { padding: 0.5em 0; } /* but we still want some padding on the left and right of the group */ #question442 .question-wrapper td { padding-left: 1em ; } #question462 .question-wrapper td { padding-right: 1em ; } /* Set the width of the subquestion cells in the first array... */ #question442 table.question tbody th { width: auto; } /* and hide the subquestion cells in subsequent arrays */ #question462 table.question tbody th { display: none; } /* Hide the question text in all but the first array */ #question462 td.questiontext { color: #EEF6FF; }