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
ade04ece
Commit
ade04ece
authored
Sep 01, 2016
by
Braden MacDonald
Committed by
GitHub
Sep 01, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14 from arbrandes/SOL-1996
[SOL-1996] Ensure header cells are not blank
parents
22249c62
9f245d35
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
poll/public/css/poll.css
+1
-0
poll/public/css/themes/lms.css
+1
-0
poll/public/handlebars/survey_results.handlebars
+1
-1
poll/public/html/survey.html
+1
-1
No files found.
poll/public/css/poll.css
View file @
ade04ece
...
@@ -166,6 +166,7 @@ li.poll-result .poll-image {
...
@@ -166,6 +166,7 @@ li.poll-result .poll-image {
background
:
none
;
background
:
none
;
}
}
.survey-table
thead
tr
td
,
.survey-table
thead
tr
th
{
.survey-table
thead
tr
th
{
font-weight
:
bold
;
font-weight
:
bold
;
font-size
:
.9rem
;
font-size
:
.9rem
;
...
...
poll/public/css/themes/lms.css
View file @
ade04ece
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
vertical-align
:
middle
;
vertical-align
:
middle
;
}
}
.themed-xblock.poll-block
.survey-table
thead
tr
td
,
.themed-xblock.poll-block
.survey-table
thead
tr
th
{
.themed-xblock.poll-block
.survey-table
thead
tr
th
{
font-size
:
1em
;
font-size
:
1em
;
}
}
...
...
poll/public/handlebars/survey_results.handlebars
View file @
ade04ece
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<
table
class
=
"survey-table poll-results"
>
<
table
class
=
"survey-table poll-results"
>
<
thead
>
<
thead
>
<
tr
>
<
tr
>
<
t
h
><
/th
>
<
t
d
><
/td
>
{{#
each
answers
}}
{{#
each
answers
}}
<
th
class
=
"survey-answer"
>
{{{
this
}}}
<
/th
>
<
th
class
=
"survey-answer"
>
{{{
this
}}}
<
/th
>
{{/
each
}}
{{/
each
}}
...
...
poll/public/html/survey.html
View file @
ade04ece
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<table
class=
"survey-table"
>
<table
class=
"survey-table"
>
<thead>
<thead>
<tr>
<tr>
<t
h></th
>
<t
d></td
>
{% for answer, label in answers %}
{% for answer, label in answers %}
<th
class=
"survey-answer"
>
{{label}}
</th>
<th
class=
"survey-answer"
>
{{label}}
</th>
{% endfor %}
{% endfor %}
...
...
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