Added a new UI feature which now shows all of the event results (once decrypted) in a basic but easy to read table which can be enhanced at a later point

This commit is contained in:
vince0656 2018-07-17 12:15:24 +01:00
parent 0ff10474c4
commit 33398b9993
8 changed files with 79 additions and 25 deletions

View file

@ -180,6 +180,14 @@ input[type="file"] {
padding-left: 16px;
}
.resultsCol {
width: 50%
}
.marginTopResultTable {
margin-top: 1.25em;
}
/* Voting page */
.big-checkbox {
width: 30px !important; height: 30px;