Question/poll support

This commit is contained in:
Thomas Sileo
2019-04-14 19:17:54 +02:00
parent 4c0e81224f
commit be7648c9ed
7 changed files with 361 additions and 41 deletions

View File

@@ -329,3 +329,25 @@ input[type=submit] {
.note-video {
margin: 30px 0 10px 0;
}
li.answer {
height:30px;
margin-bottom:10px;
position:relative;
}
.answer .answer-bar {
position:absolute;
height:30px;
border-radius:2px;
}
.answer .answer-text {
position:relative;
top:6px;
padding-left:10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.answer .answer-text > span {
width:70px;
display:inline-block;
}