aapssfc/book/common/css/poll.css
2015-03-03 15:56:44 +01:00

25 lines
392 B
CSS

/* Styles for Runestone poll directive */
.poll .poll-question {
padding-bottom: 10px;
}
.poll-options > label {
margin-right: 5px;
}
.poll .progress {
width: 350px;
height: 25px;
margin-top: -20px;
}
.poll .progress .progress-bar {
height: 30px;
color: #333;
}
.poll-text {
line-height: 22px;
display: inline-block;
vertical-align: text-bottom;
}