PossibleCandidates get saved to their own database now
CHANGED VotingController:
- changed 'candidateSaving' possibleCandidates get Located by name and category and get saved now
CHANGED PossibleCandidateRepository:
- removed 'findByNameAndCategoryID'
- added 'findByNameAndCategory'
ADDED addingCandidates.css:
- added basic styling
CHANGED voting.css:
- bug that div gets cut off resolved
CHANGED addingCandidates.html:
- changed display method from table to div
CHANGED: voting.html:
- added div to style the site (bugfix)
This commit is contained in:
@@ -9,7 +9,14 @@ body {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.centered {
|
||||
background: transparent;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
||||
Reference in New Issue
Block a user