vote round input size

This commit is contained in:
Sven Seeberg 2020-10-20 17:57:26 +02:00
parent 336abb9f9d
commit 9a45ed6106
Signed by: sven.seeberg
GPG key ID: 29559DD5A83806B5

View file

@ -36,7 +36,7 @@
<div class=input-group-prepend>
<label class="input-group-text" for="vote-round">Abstimmung</label>
</div>
<input type="number" id="vote-round" class="form-control" min=1>
<input type="number" id="vote-round" class="form-control" min=1 size=4>
<input type="text" class="form-control" placeholder="Vor- und Nachname" id="input_name">
<div class="input-group-append">
<button class="btn btn-success" type="button" onclick="calculate_hash();">Berechnen</button>