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:
parent
0ff10474c4
commit
33398b9993
8 changed files with 79 additions and 25 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue