summaryrefslogtreecommitdiff
path: root/templates/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.html')
-rw-r--r--templates/main.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/main.html b/templates/main.html
index b03adb9..9e8a544 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -75,15 +75,15 @@
{% for p in players %}
<option value="{{ p.id }}">{{ p }}</option>
{% endfor %}
- </select>
+ </select><br/>
<select name="p3">
<option value=" "> </option>
{% for p in players %}
<option value="{{ p.id }}">{{ p }}</option>
{% endfor %}
- </select>
+ </select><br/>
<label>Score:</label><br/>
- <input type="text" name="s1" width="5"/>
+ <input type="text" name="s1" style="width: 50px"/>
</div>
<div class="span-4 last">
<label>Player(s):</label><br/>
@@ -92,15 +92,15 @@
{% for p in players %}
<option value="{{ p.id }}">{{ p }}</option>
{% endfor %}
- </select>
+ </select><br/>
<select name="p4">
<option value=" "> </option>
{% for p in players %}
<option value="{{ p.id }}">{{ p }}</option>
{% endfor %}
- </select>
+ </select><br/>
<label>Score:</label><br/>
- <input type="text" name="s2" width="5"/>
+ <input type="text" name="s2" style="width: 50px"/>
</div>