summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuval@top7.com>2011-01-23 14:55:21 +0200
committerYuval Adam <yuval@top7.com>2011-01-23 14:55:21 +0200
commit7e54bdcb044adaa1fe5c04c69a59614f0e33d04b (patch)
treec46548866a015607d1fd8859c782b04bcf468733
parentfe4057d8827c88f40870373175e29f1e20b7ded4 (diff)
cosmetic sidebar updates
-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>