Commit 0e2ef351 by Braden MacDonald Committed by GitHub

Merge pull request #34 from murad-hubib/responsivePolls

Polls UI fixes for mobile
parents 1504add6 a63bdcde
......@@ -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;
}
}
......@@ -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',
......
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