Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xblock-poll
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
xblock-poll
Commits
776313f5
Commit
776313f5
authored
Mar 06, 2018
by
murad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RTL CSS for Polls & Survey
parent
c7f34db7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
1 deletions
+37
-1
poll/public/css/poll.css
+36
-0
setup.py
+1
-1
No files found.
poll/public/css/poll.css
View file @
776313f5
...
...
@@ -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
;
}
setup.py
View file @
776313f5
...
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment