File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -373,3 +373,39 @@ th.survey-answer {
373373 line-height : 24px ;
374374 }
375375}
376+
377+ /*RTL specified CSS for polls & survey*/
378+
379+ .rtl .poll-input-container , .rtl .poll-answer-text {
380+ padding-left : .5em ;
381+ padding-right : 0 ;
382+ }
383+
384+ .rtl .poll-result-input-container input {
385+ margin : 0 0 0 .5em ;
386+ }
387+
388+ .rtl .poll-answer-label {
389+ margin-left : 0 ;
390+ padding-left : 0 ;
391+ margin-right : .2em ;
392+ padding-right : .5em ;
393+ }
394+
395+ .rtl .poll-percent-container {
396+ padding-right : .2em ;
397+ padding-left : 0 ;
398+ }
399+
400+ .rtl .survey-table .survey-row .survey-question {
401+ text-align : right;
402+ }
403+
404+ .rtl .survey-table tr td : first-child , .rtl .survey-table tr th : first-child {
405+ border-right : 0 ;
406+ border-left : 1px solid # ccc ;
407+ }
408+
409+ .rtl .survey-table tr td : last-child , .rtl .survey-table tr th : last-child {
410+ border-left : 0 ;
411+ }
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def package_data(pkg, roots):
4444
4545setup (
4646 name = 'xblock-poll' ,
47- version = '1.4 .0' ,
47+ version = '1.5 .0' ,
4848 description = 'An XBlock for polling users.' ,
4949 packages = [
5050 'poll' ,
You can’t perform that action at this time.
0 commit comments