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
0e2ef351
Commit
0e2ef351
authored
Sep 13, 2017
by
Braden MacDonald
Committed by
GitHub
Sep 13, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #34 from murad-hubib/responsivePolls
Polls UI fixes for mobile
parents
1504add6
a63bdcde
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletions
+16
-1
poll/public/css/poll.css
+15
-0
setup.py
+1
-1
No files found.
poll/public/css/poll.css
View file @
0e2ef351
...
...
@@ -288,6 +288,7 @@ th.survey-answer {
vertical-align
:
middle
;
height
:
100%
;
padding-right
:
.5em
;
width
:
5%
;
}
.visible-mobile-only
{
...
...
@@ -344,4 +345,18 @@ th.survey-answer {
.survey-table
tbody
tr
:last-child
td
{
border-bottom
:
1px
solid
#ccc
;
}
/*Polls*/
.poll-answers
,
ul
.poll-answers-results
{
max-width
:
none
;
}
.percentage-gauge-container
{
width
:
calc
(
100%
-
70px
);
}
.percentage-gauge-container
label
.poll-answer-label
p
{
margin-top
:
0
;
line-height
:
24px
;
}
}
setup.py
View file @
0e2ef351
...
...
@@ -44,7 +44,7 @@ def package_data(pkg, roots):
setup
(
name
=
'xblock-poll'
,
version
=
'1.3.
2
'
,
version
=
'1.3.
3
'
,
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