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
85169129
Commit
85169129
authored
Sep 20, 2017
by
Braden MacDonald
Committed by
GitHub
Sep 20, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge v 1.3.4: PR #36 Polls label fix for LMS
parents
5927c6aa
649feacd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
poll/public/css/poll.css
+1
-4
setup.py
+1
-1
No files found.
poll/public/css/poll.css
View file @
85169129
...
...
@@ -45,7 +45,7 @@
.percentage-gauge-container
{
display
:
inline-block
;
width
:
87%
;
width
:
calc
(
100%
-
75px
)
;
vertical-align
:
middle
;
position
:
relative
;
background-color
:
#fafbfc
;
...
...
@@ -352,9 +352,6 @@ th.survey-answer {
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 @
85169129
...
...
@@ -44,7 +44,7 @@ def package_data(pkg, roots):
setup
(
name
=
'xblock-poll'
,
version
=
'1.3.
3
'
,
version
=
'1.3.
4
'
,
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