summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-08-18 21:26:50 +0300
committerAlon Levy <alon@pobox.com>2014-08-18 21:26:50 +0300
commitabcddf17cfd5476add773fc398be44c5829b1235 (patch)
tree1e8b12b520909de7ca51cce4d40489f871e41196 /index.html
parentb2810baff09a653b3abd3908f67396a69532bcb4 (diff)
fix user setting - smaller input field, on enter put sensible text
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.html b/index.html
index dd1e6dc7..2423c55a 100644
--- a/index.html
+++ b/index.html
@@ -67,11 +67,10 @@
<div class="debug-ui">
<table>
<tbody>
- <tr></tr>
<tr><td>
<a class="set-user" href="#">Set user</a>
<form class="set-user-form" style="display: none">
- <input class="set-user-input" value="username"></input>
+ <input class="set-user-input" style="width: 100px" value="username"></input>
</form>
</div></td></tr>
<tr>