Commit graph

6 commits

Author SHA1 Message Date
e330b429da More iOS web app fixes 2015-10-20 15:47:56 -07:00
86a051b290 More iOS web app tweaks
* add apple-mobile-web-app-capable meta tag for home screen web app
* set viewport to device-width
2015-10-20 15:37:59 -07:00
c1001ba0fe Make the web app take up all available screen space
Had the HTML body set with absurdly huge margins. Now we have
much more space to work with. I also lengthened the button
names so that they hopefully make more sense, now that we have
more space to work with.
2015-10-19 00:01:18 -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
e40ac65186 Add a basic web app (currently only Rank Calc works) 2015-10-12 19:53:23 -07:00