Commit graph

6 commits

Author SHA1 Message Date
0eada46ece Switch to a diffrent keyboard and timepicker
these should hopefully work better on mobile browsers
2015-10-18 14:03:49 -07:00
23624b8553 Switch to jQuery based numpad instead of relying on system keyboard 2015-10-18 01:45:19 -07:00
d5a2292bf2 Further reduce size of number input boxes 2015-10-18 00:20:46 -07:00
84d80ef4db Fix text fields so they don't look so dorky
Now using <input type="number" pattern="\d*" step="1"> so that
the text field will pop up the numeric keyboard on both iOS and
Android. However this makes the "size=<blah>" no longer function.
So we set a fixed size for all <input type="number"> text fields
using CSS. Kinda hackish, but it works.
2015-10-17 22:54:12 -07:00
4e28f534e3 Add event timer 2015-10-13 19:29:17 -07:00
e40ac65186 Add a basic web app (currently only Rank Calc works) 2015-10-12 19:53:23 -07:00