Skip to content

Commit

Permalink
fixes issue #08722: Template format Errorwith multicolumn checkboxes …
Browse files Browse the repository at this point in the history
…and radio buttons

Dev: just quick fix, same than default
Dev: think all template must be rewrited and some removed
  • Loading branch information
Shnoulle committed May 16, 2014
1 parent 863a79b commit eb43bf4
Show file tree
Hide file tree
Showing 8 changed files with 67 additions and 3 deletions.
9 changes: 9 additions & 0 deletions templates/basic/template.css
Expand Up @@ -619,6 +619,11 @@ table.question tr.array1:hover,table.question tr.array2:hover {
*display:inline;
width: 85%;
}

.list-radio .answer ul.colstyle-css li label, .list-radio .answer ul.colstyle-ul li label, .list-radio .answer table.colstyle-table li label,
.list-with-comment .answer ul.colstyle-css li label, .list-with-comment .answer ul.colstyle-ul li label, .list-with-comment .answer table.colstyle-table li label {
display: inline;
}
.list-radio .answer li.other-item label,
.list-with-comment .answer li.other-item label {
width: auto;
Expand Down Expand Up @@ -731,6 +736,10 @@ ul.cols-8 li,ul.cols-8-ul,table.cols-8 td {
*display:inline;
width: 85%;
}
.multiple-opt .answer ul.colstyle-css li label, .multiple-opt .answer ul.colstyle-ul li label, .multiple-opt .answer table.colstyle-table li label,
.multiple-opt-comments .answer ul.colstyle-css li label, .multiple-opt-comments .answer ul.colstyle-ul li label, .multiple-opt-comments .answer table.colstyle-table li label {
display: inline;
}
.multiple-opt .answer li.other-item label, .multiple-opt-comments .answer li.other-item .option label {
width: auto;
}
Expand Down
8 changes: 8 additions & 0 deletions templates/bluengrey/template.css
Expand Up @@ -742,6 +742,10 @@ If you want ul.multinumerichelp to float beside the input boxes, you need to unc
display: inline-block;
width: 85%;
}
.list-radio .answers ul.colstyle-css li label, .list-radio .answers ul.colstyle-ul li label, .list-radio .answers table.colstyle-table li label,
.list-with-comment .answers ul.colstyle-css li label, .list-with-comment .answers ul.colstyle-ul li label, .list-with-comment .answers table.colstyle-table li label {
display: inline;
}
.list-radio .answers li.other-item label,
.list-with-comment .answers li.other-item label {
width: auto;
Expand Down Expand Up @@ -880,6 +884,10 @@ ul.cols-2-ul label,ul.cols-3-ul label,ul.cols-4-ul label,ul.cols-5-ul label,ul.c
display: inline-block;
width: 90%;
}
.multiple-opt .answers ul.colstyle-css li label, .multiple-opt .answers ul.colstyle-ul li label, .multiple-opt .answers table.colstyle-table li label,
.multiple-opt-comments .answers ul.colstyle-css li label, .multiple-opt-comments .answers ul.colstyle-ul li label, .multiple-opt-comments .answers table.colstyle-table li label {
display: inline;
}
.multiple-opt .answers li.other-item label, .multiple-opt-comments .answers li.other-item .option label {
width: auto;
}
Expand Down
8 changes: 8 additions & 0 deletions templates/clear_logo/template.css
Expand Up @@ -659,6 +659,10 @@ p.question {
*display:inline;
width: 85%;
}
.list-radio .answer ul.colstyle-css li label, .list-radio .answer ul.colstyle-ul li label, .list-radio .answer table.colstyle-table li label,
.list-with-comment .answer ul.colstyle-css li label, .list-with-comment .answer ul.colstyle-ul li label, .list-with-comment .answer table.colstyle-table li label {
display: inline;
}
.list-radio .answer li.other-item label,
.list-with-comment .answer li.other-item label {
width: auto;
Expand Down Expand Up @@ -768,6 +772,10 @@ ul.cols-8 li,ul.cols-8-ul,table.cols-8 td {
*display:inline;
width: 90%;
}
.multiple-opt .answer ul.colstyle-css li label, .multiple-opt .answer ul.colstyle-ul li label, .multiple-opt .answer table.colstyle-table li label,
.multiple-opt-comments .answer ul.colstyle-css li label, .multiple-opt-comments .answer ul.colstyle-ul li label, .multiple-opt-comments .answer table.colstyle-table li label {
display: inline;
}
.multiple-opt .answer li.other-item label {
width: auto;
}
Expand Down
8 changes: 8 additions & 0 deletions templates/eirenicon/template.css
Expand Up @@ -746,6 +746,10 @@ table.clearall-result td {
*display:inline;
width: 85%;
}
.list-radio .question-answer ul.colstyle-css li label, .list-radio .question-answer ul.colstyle-ul li label, .list-radio .question-answer table.colstyle-table li label,
.list-with-comment .question-answer ul.colstyle-css li label, .list-with-comment .question-answer ul.colstyle-ul li label, .list-with-comment .question-answer table.colstyle-table li label {
display: inline;
}
.list-radio .question-answer li.other-item label,
.list-with-comment .question-answer li.other-item label {
width: auto;
Expand Down Expand Up @@ -866,6 +870,10 @@ table.rank td.helptext {
*display:inline;
width: 90%;
}
.multiple-opt .question-answer ul.colstyle-css li label, .multiple-opt .question-answer ul.colstyle-ul li label, .multiple-opt .question-answer table.colstyle-table li label,
.multiple-opt-comments .question-answer ul.colstyle-css li label, .multiple-opt-comments .question-answer ul.colstyle-ul li label, .multiple-opt-comments .question-answer table.colstyle-table li label {
display: inline;
}
.multiple-opt .question-answer li.other-item label {
width: auto;
}
Expand Down
4 changes: 4 additions & 0 deletions templates/limespired/template.css
Expand Up @@ -983,6 +983,10 @@ ul.cols-8 li,ul.cols-8-ul,table.cols-8 td {
*display:inline;
width: 90%;
}
.multiple-opt .survey-question-answer ul.colstyle-css li label, .multiple-opt .survey-question-answer ul.colstyle-ul li label, .multiple-opt .survey-question-answer table.colstyle-table li label,
.multiple-opt-comments .survey-question-answer ul.colstyle-css li label, .multiple-opt-comments .survey-question-answer ul.colstyle-ul li label, .multiple-opt-comments .survey-question-answer table.colstyle-table li label {
display: inline;
}
.multiple-opt .survey-question-answer li.other-item label,.multiple-opt-comments .survey-question-answer li.other-item .option label {
width: auto;
}
Expand Down
11 changes: 10 additions & 1 deletion templates/mint_idea/template.css
Expand Up @@ -893,7 +893,16 @@ select {
margin-top: 5px;
*margin-top: 2px; /* IE7and below */
}

.multiple-opt .survey-question-answer ul.colstyle-css li label,.multiple-opt .survey-question-answer ul.colstyle-ul li label,.multiple-opt .survey-question-answer table.colstyle-table li label,
.multiple-opt-comments .survey-question-answer ul.colstyle-css li label,.multiple-opt-comments .survey-question-answer ul.colstyle-ul li label,.multiple-opt-comments .survey-question-answer table.colstyle-table li label
{
display: inline;
}
.list-radio .survey-question-answer ul.colstyle-css li label,.list-radio .survey-question-answer ul.colstyle-ul li label,.list-radio .survey-question-answer table.colstyle-table li label,
.list-with-comment .survey-question-answer ul.colstyle-css li label,.list-with-comment .survey-question-answer ul.colstyle-ul li label,.list-with-comment .survey-question-answer table.colstyle-table li label
{
display: inline;
}
ul.cols-2,table.cols-2,ul.cols-3,table.cols-3,ul.cols-4,table.cols-4,ul.cols-5,table.cols-5,ul.cols-6,table.cols-6,ul.cols-7,table.cols-7,ul.cols-8,table.cols-8
{
width: 98%;
Expand Down
11 changes: 10 additions & 1 deletion templates/sherpa/template.css
Expand Up @@ -747,7 +747,16 @@ table.question tr.array1:hover,table.question tr.array2:hover {
margin-top: 2px;
margin-top: -2px\9; /* IE9 and below */
}

.multiple-opt .survey-question-answer ul.colstyle-css li label,.multiple-opt .survey-question-answer ul.colstyle-ul li label,.multiple-opt .survey-question-answer table.colstyle-table li label,
.multiple-opt-comments .survey-question-answer ul.colstyle-css li label,.multiple-opt-comments .survey-question-answer ul.colstyle-ul li label,.multiple-opt-comments .survey-question-answer table.colstyle-table li label
{
display: inline;
}
.list-radio .survey-question-answer ul.colstyle-css li label,.list-radio .survey-question-answer ul.colstyle-ul li label,.list-radio .survey-question-answer table.colstyle-table li label,
.list-with-comment .survey-question-answer ul.colstyle-css li label,.list-with-comment .survey-question-answer ul.colstyle-ul li label,.list-with-comment .survey-question-answer table.colstyle-table li label
{
display: inline;
}
ul.cols-2,table.cols-2,ul.cols-3,table.cols-3,ul.cols-4,table.cols-4,ul.cols-5,table.cols-5,ul.cols-6,table.cols-6,ul.cols-7,table.cols-7,ul.cols-8,table.cols-8
{
width: 98%;
Expand Down
11 changes: 10 additions & 1 deletion templates/vallendar/template.css
Expand Up @@ -751,7 +751,16 @@ p.question {
margin-top: 0;
margin-top: -3px\9; /* IE9 and below */
}

.multiple-opt .survey-question-answer ul.colstyle-css li label,.multiple-opt .survey-question-answer ul.colstyle-ul li label,.multiple-opt .survey-question-answer table.colstyle-table li label,
.multiple-opt-comments .survey-question-answer ul.colstyle-css li label,.multiple-opt-comments .survey-question-answer ul.colstyle-ul li label,.multiple-opt-comments .survey-question-answer table.colstyle-table li label
{
display: inline;
}
.list-radio .survey-question-answer ul.colstyle-css li label,.list-radio .survey-question-answer ul.colstyle-ul li label,.list-radio .survey-question-answer table.colstyle-table li label,
.list-with-comment .survey-question-answer ul.colstyle-css li label,.list-with-comment .survey-question-answer ul.colstyle-ul li label,.list-with-comment .survey-question-answer table.colstyle-table li label
{
display: inline;
}
ul.cols-2,table.cols-2,ul.cols-3,table.cols-3,ul.cols-4,table.cols-4,ul.cols-5,table.cols-5,ul.cols-6,table.cols-6,ul.cols-7,table.cols-7,ul.cols-8,table.cols-8
{
width: 98%;
Expand Down

0 comments on commit eb43bf4

Please sign in to comment.