Fixed a number of bugs that arose from merging the code from Bens fork. Added an extra step when voting which asks the user to confirm their voting choices. The voter now gets an email when they've successfully submitted thier vote.
This commit is contained in:
parent
fc0d0ea21c
commit
a168ba9e28
6 changed files with 281 additions and 75 deletions
|
@ -208,4 +208,30 @@ input[type="file"] {
|
|||
.choice-group {
|
||||
width: 54%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
img[src^="data"] {
|
||||
width: 45%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.containerMarginTop {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.skDIV {
|
||||
width: 75%;
|
||||
margin: 0 auto;
|
||||
height: 3em;
|
||||
background-color: darkslategrey;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.skDIV > p {
|
||||
text-align: center;
|
||||
height: 3em;
|
||||
vertical-align: middle;
|
||||
line-height: 2.9em;
|
||||
}
|
Reference in a new issue