FEATURE: automatically close a poll on a given date and time

This commit is contained in:
Régis Hanol
2018-05-03 02:12:19 +02:00
parent de6dd2dc02
commit ba14c80b9c
15 changed files with 204 additions and 217 deletions

View File

@@ -8,6 +8,8 @@ div.poll {
}
.poll-info {
.info-text:before {content:"\00a0";} // nbsp
.info-label:before {
content:"\00a0"; //nbsp
}
}
}