Commit ed7f32a5 by Jonathan Piacenti

Tidy up CSS for radio buttons and image labels.

parent 7c1819c4
/* CSS for PollBlock Student View */
.poll-answer-text {
margin-left: 1em;
margin-bottom: 0;
font-weight: bold;
vertical-align: middle;
display: table-cell;
padding-left: .5em;
}
.percentage-gauge {
......@@ -25,6 +26,10 @@
margin: 0 .5em 0 0;
}
.poll-input-container input[type="radio"] {
margin: 0;
}
.percentage-gauge-background {
position: absolute;
display: inline-block;
......@@ -68,6 +73,7 @@ div.poll-block ul.poll-results li.poll-result {
margin-bottom: 5px;
margin-top: 5px;
position: relative;
padding-left: .5em;
}
.poll-image {
......@@ -91,6 +97,10 @@ li.poll-result .poll-image {
width: 25%;
}
.poll-image img {
vertical-align: middle;
}
.poll-image img, .poll-image-td img{
width: 100%;
}
......
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