forked from techatspree/ResponsiveLime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate-rtl.css
executable file
·54 lines (44 loc) · 1.66 KB
/
template-rtl.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/* This CSS file is included if a Right-to-Left language is used */
.answertext,.answer {
text-align: right;
}
.asterisk {
padding-left:1em;padding-right:0;
}
.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;
}
.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
{
text-align: right;
}
.list-radio .answer li label {
width: auto;
}
/* line 207 */
td.questiontext {
text-align: right;
}
/* line 294 */
.choice-5-pt-radio ul,.yes-no ul,.gender ul {
text-align: right;
}
/* line 479 */
.list-with-comment div.list {
float: right;
}
.list-with-comment div.list p {
text-align: right;
}
.list-with-comment p.comment {
text-align: right;
float: left;
}
#limesurvey table.question tbody th.answertext, #limesurvey table.question tbody th.arraycaptionleft {
text-align: left;
}
/* line 641 */
.choice-5-pt-radio .answer ul, .yes-no .answer ul, .gender .answer ul {
text-align: right;
}