Skip to content

Commit

Permalink
Doubling size of textfields for larger numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyrne01 committed Dec 5, 2014
1 parent 2f362b6 commit 7939fd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/html/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
<label>Open <b>now</b>: </label>
</td>
<td>
<input type="text" id="currentCount" disabled="true" size="5"></input>
<input type="text" id="currentCount" disabled="true" size="10"></input>
</td>
</tr>
<tr>
<td>
<label>Opened during <b>session</b>: </label>
</td>
<td>
<input type="text" id="sessionCount" disabled="true" size="5"></input>
<input type="text" id="sessionCount" disabled="true" size="10"></input>
</td>
</tr>
<tr>
<td>
<label>Opened since <b>addon install</b>: </label>
</td>
<td>
<input type="text" id="globalCount" disabled="true" size="5"></input>
<input type="text" id="globalCount" disabled="true" size="10"></input>
</td>
</tr>
</table>
Expand Down

0 comments on commit 7939fd1

Please sign in to comment.