Skip to content

Commit

Permalink
Fixed issue #09836: Multiple choice with comments Label misalignment …
Browse files Browse the repository at this point in the history
…in multiple templates

Dev: Push table layout to full width
  • Loading branch information
tpartner committed Aug 29, 2015
1 parent e99701e commit 9123ffd
Show file tree
Hide file tree
Showing 9 changed files with 75 additions and 0 deletions.
9 changes: 9 additions & 0 deletions templates/basic/template.css
Expand Up @@ -760,6 +760,10 @@ ul.cols-8 li,ul.cols-8-ul,table.cols-8 td {
margin: 1em;
}

ul.checkbox-text-list {
width: 99%;
}

.numeric-multi ul {
margin: 0% 1em 1.5em 1em;
}
Expand All @@ -778,6 +782,11 @@ ul.cols-8 li,ul.cols-8-ul,table.cols-8 td {
display: table-row;
}

ul.checkbox-text-list span {
vertical-align: top !important;
width: 50%;
}

.multiple-opt-comments ul li span.option {
padding: 0 0 0.5em 0.5em;
display: table-cell;
Expand Down
9 changes: 9 additions & 0 deletions templates/bluengrey/template.css
Expand Up @@ -905,6 +905,15 @@ ul.cols-2-ul label,ul.cols-3-ul label,ul.cols-4-ul label,ul.cols-5-ul label,ul.c
margin: 1em;
}

ul.checkbox-text-list {
width: 99%;
}

ul.checkbox-text-list span {
vertical-align: top !important;
width: 50%;
}

.numeric-multi ul {
margin: 0 1em 1.5em 1em;
}
Expand Down
4 changes: 4 additions & 0 deletions templates/clear_logo/template.css
Expand Up @@ -793,6 +793,10 @@ ul.cols-8 li,ul.cols-8-ul,table.cols-8 td {
margin: 1em;
}

ul.checkbox-text-list {
width: 99%;
}

.numeric-multi td.answer ul {
margin: 0 1em 1.5em 1em;
}
Expand Down
9 changes: 9 additions & 0 deletions templates/default/template.css
Expand Up @@ -1013,6 +1013,15 @@ ul.cols-8 li,ul.cols-8-ul,table.cols-8 td {
margin: 1em;
}

ul.checkbox-text-list {
width: 99%;
}

ul.checkbox-text-list span {
vertical-align: top !important;
width: 50%;
}

.numeric-multi .answer ul {
margin: 0% 1em 1.5em 1em;
}
Expand Down
9 changes: 9 additions & 0 deletions templates/eirenicon/template.css
Expand Up @@ -890,6 +890,15 @@ table.rank td.helptext {
margin: 0.5em 0.5em 0.5em 0.7em;
}

ul.checkbox-text-list {
width: 99%;
}

ul.checkbox-text-list span {
vertical-align: top !important;
width: 50%;
}

.numeric-multi ul {
margin: 0 1em 1.5em 1em;
}
Expand Down
8 changes: 8 additions & 0 deletions templates/limespired/template.css
Expand Up @@ -1003,6 +1003,14 @@ ul.cols-8 li,ul.cols-8-ul,table.cols-8 td {
margin: 1em;
}

ul.checkbox-text-list {
width: 99%;
}

ul.checkbox-text-list span {
vertical-align: top !important;
}

.numeric-multi ul {
margin: 0 1em 1.5em 1em;
}
Expand Down
9 changes: 9 additions & 0 deletions templates/mint_idea/template.css
Expand Up @@ -1031,6 +1031,15 @@ table.rank td.helptext {
margin: 1em;
}

ul.checkbox-text-list {
width: 99%;
}

ul.checkbox-text-list span {
vertical-align: top !important;
width: 50%;
}

.numeric-multi ul {
margin: 0 1em 1.5em 1em;
}
Expand Down
9 changes: 9 additions & 0 deletions templates/sherpa/template.css
Expand Up @@ -908,6 +908,15 @@ table.rank td.helptext {
margin: 1em;
}

ul.checkbox-text-list {
width: 99%;
}

ul.checkbox-text-list span {
vertical-align: top !important;
width: 50%;
}

.numeric-multi ul {
margin: 0 1em 1.5em 1em;
}
Expand Down
9 changes: 9 additions & 0 deletions templates/vallendar/template.css
Expand Up @@ -884,6 +884,15 @@ table.rank td.helptext {
margin: 1em;
}

ul.checkbox-text-list {
width: 99%;
}

ul.checkbox-text-list span {
vertical-align: top !important;
width: 50%;
}

.numeric-multi ul {
margin: 0 1em 1.5em 1em;
}
Expand Down

0 comments on commit 9123ffd

Please sign in to comment.