Ability to export polls as csv

This commit is contained in:
yflory
2017-10-03 16:50:59 +02:00
parent 5cf86bf74a
commit 707d3b3e94
3 changed files with 72 additions and 8 deletions

View File

@@ -341,10 +341,7 @@ div.cp-app-poll-realtime {
}
}
span {
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
.tools_unselectable();
}
thead {
td {
@@ -374,6 +371,12 @@ div.cp-app-poll-realtime {
width: 1em;
text-align: center;
}
.cp-app-poll-table-bookmark {
color: darken(@poll-th-fg, 30%);
&.cp-app-poll-table-bookmark-full {
color: @poll-th-fg;
}
}
}
input {
&[type="text"] {