Make a request on the server to cancel survey response.

This commit is contained in:
Pierre
2018-01-16 19:08:45 +01:00
parent b24cf9682a
commit c19d935c5e
3 changed files with 84 additions and 0 deletions

View File

@ -73,10 +73,18 @@
padding: 10px;
}
/**
* Survey specific rules
*/
.post .post-survey-question {
text-align: center;
}
.post .post-survey-chart-contener {
margin-bottom: 10px;
}
.post .survey-given-response {
text-align: center;
}