Commit 776313f5 by murad

RTL CSS for Polls & Survey

parent c7f34db7
......@@ -373,3 +373,39 @@ th.survey-answer {
line-height: 24px;
}
}
/*RTL specified CSS for polls & survey*/
.rtl .poll-input-container, .rtl .poll-answer-text{
padding-left: .5em;
padding-right: 0;
}
.rtl .poll-result-input-container input{
margin: 0 0 0 .5em;
}
.rtl .poll-answer-label{
margin-left: 0;
padding-left: 0;
margin-right: .2em;
padding-right: .5em;
}
.rtl .poll-percent-container{
padding-right: .2em;
padding-left: 0;
}
.rtl .survey-table .survey-row .survey-question{
text-align: right;
}
.rtl .survey-table tr td:first-child, .rtl .survey-table tr th:first-child{
border-right: 0;
border-left: 1px solid #ccc;
}
.rtl .survey-table tr td:last-child, .rtl .survey-table tr th:last-child{
border-left: 0;
}
......@@ -44,7 +44,7 @@ def package_data(pkg, roots):
setup(
name='xblock-poll',
version='1.4.0',
version='1.5.0',
description='An XBlock for polling users.',
packages=[
'poll',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment