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
f119cff5
Commit
f119cff5
authored
Nov 03, 2015
by
Kelketek
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8 from open-craft/align-radio
Align radio
parents
7c1819c4
ed7f32a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
+11
-1
poll/public/css/poll.css
+11
-1
No files found.
poll/public/css/poll.css
View file @
f119cff5
/* CSS for PollBlock Student View */
/* CSS for PollBlock Student View */
.poll-answer-text
{
.poll-answer-text
{
margin-left
:
1em
;
margin-bottom
:
0
;
margin-bottom
:
0
;
font-weight
:
bold
;
font-weight
:
bold
;
vertical-align
:
middle
;
vertical-align
:
middle
;
display
:
table-cell
;
padding-left
:
.5em
;
}
}
.percentage-gauge
{
.percentage-gauge
{
...
@@ -25,6 +26,10 @@
...
@@ -25,6 +26,10 @@
margin
:
0
.5em
0
0
;
margin
:
0
.5em
0
0
;
}
}
.poll-input-container
input
[
type
=
"radio"
]
{
margin
:
0
;
}
.percentage-gauge-background
{
.percentage-gauge-background
{
position
:
absolute
;
position
:
absolute
;
display
:
inline-block
;
display
:
inline-block
;
...
@@ -68,6 +73,7 @@ div.poll-block ul.poll-results li.poll-result {
...
@@ -68,6 +73,7 @@ div.poll-block ul.poll-results li.poll-result {
margin-bottom
:
5px
;
margin-bottom
:
5px
;
margin-top
:
5px
;
margin-top
:
5px
;
position
:
relative
;
position
:
relative
;
padding-left
:
.5em
;
}
}
.poll-image
{
.poll-image
{
...
@@ -91,6 +97,10 @@ li.poll-result .poll-image {
...
@@ -91,6 +97,10 @@ li.poll-result .poll-image {
width
:
25%
;
width
:
25%
;
}
}
.poll-image
img
{
vertical-align
:
middle
;
}
.poll-image
img
,
.poll-image-td
img
{
.poll-image
img
,
.poll-image-td
img
{
width
:
100%
;
width
:
100%
;
}
}
...
...
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