Skip to content

Commit

Permalink
Fixed issue #5924: Wrong alignment of subquestion text and radiobutto…
Browse files Browse the repository at this point in the history
…ns in Array questions with RTL languages

Dev Added ignore for all files inside /uploads/surveys
  • Loading branch information
c-schmitz committed Mar 17, 2012
1 parent f243a90 commit 2008a3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

/upload/surveys/*
6 changes: 5 additions & 1 deletion templates/default/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

.boilerplate td td,.numeric td td,.choice-5-pt-radio td td,.yes-no td td,.gender td td,.date td td,.numeric-multi td td,.numeric td td,.list-with-comment td td,.list-dropdown-flexible td td,.ranking td td,.numeric-multi td td,.language td td,.multiple-opt-comments td td,.multiple-short-txt td td,.text-short td td,.text-long td td,.text-huge td td,.numeric-multi td td,.array-5-pt td,.array-10-pt td,.array-yes-uncertain-no td,.array-increase-same-decrease td,.array-flexible-row td,.array-flexible-column td,.array-multi-flexi td,.array-multi-flexi-text td,.array-flexible-duel-scale td
{
text-align: right !important;
text-align: right;
}

.choice-5-pt-radio .answer li,.list-radio-flexible .answer li,.list-radio .answer li,.list-with-comment .answer li,.multiple-opt .answer li,.multiple-opt-comments .answer li,.multiple-short-txt .answer li,.numeric-multi .answer li,.yes-no .answer li,.gender .answer li
Expand Down Expand Up @@ -43,3 +43,7 @@ td.questiontext {
text-align: right;
float: left;
}

#limesurvey table.question tbody th.answertext, #limesurvey table.question tbody th.arraycaptionleft {
text-align: left;
}

0 comments on commit 2008a3e

Please sign in to comment.