Skip to content

Commit

Permalink
Fixed issue #11537: Large array questions moving out of question cont…
Browse files Browse the repository at this point in the history
…ainer
  • Loading branch information
LouisGac committed Aug 24, 2016
1 parent 8b3a0ef commit ca1c815
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 6 deletions.
2 changes: 1 addition & 1 deletion templates/default/css/template-rtl.css

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion templates/default/css/template.css
Expand Up @@ -756,6 +756,15 @@ table > tbody > tr > td.ddprefix {
.five-point-choice .noanswer-item {
padding: 0;
}


}

@media only screen and (max-width: 900px) and (min-width: 80px) {
.table-10-point-array td.answer-item.text-center
{
padding-left: 0px;
}
}


Expand Down Expand Up @@ -1059,4 +1068,4 @@ div.yes-no .btn-group label {
}
.ls-custom-margin.eighteen{
margin: 18px;
}
}
2 changes: 1 addition & 1 deletion templates/news_paper/css/template-rtl.css

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion templates/news_paper/css/template.css
Expand Up @@ -756,6 +756,15 @@ table > tbody > tr > td.ddprefix {
.five-point-choice .noanswer-item {
padding: 0;
}


}

@media only screen and (max-width: 900px) and (min-width: 80px) {
.table-10-point-array td.answer-item.text-center
{
padding-left: 0px;
}
}


Expand Down Expand Up @@ -1059,4 +1068,4 @@ div.yes-no .btn-group label {
}
.ls-custom-margin.eighteen{
margin: 18px;
}
}
2 changes: 1 addition & 1 deletion templates/ubuntu_orange/css/template-rtl.css

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion templates/ubuntu_orange/css/template.css
Expand Up @@ -756,6 +756,15 @@ table > tbody > tr > td.ddprefix {
.five-point-choice .noanswer-item {
padding: 0;
}


}

@media only screen and (max-width: 900px) and (min-width: 80px) {
.table-10-point-array td.answer-item.text-center
{
padding-left: 0px;
}
}


Expand Down Expand Up @@ -1059,4 +1068,4 @@ div.yes-no .btn-group label {
}
.ls-custom-margin.eighteen{
margin: 18px;
}
}

0 comments on commit ca1c815

Please sign in to comment.