Remove 'Uhr' hack and accommodate any length short time format
commit28abc5889ae82963203f8ab26491e14467dd5a38
authorKyle J. McKay <mackyle@gmail.com>
Mon, 13 Jan 2014 04:23:37 +0000 (12 20:23 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 13 Jan 2014 04:23:37 +0000 (12 20:23 -0800)
tree3e7daab300ba20382006f49366942b604f53947f
parentfeeaf3504b93e463d769108ed61c28b6a0724e7f
Remove 'Uhr' hack and accommodate any length short time format

Previously if the short time format overflowed the space available
some ugly wrapping would occur.

The 'Uhr' hack attempted to avoid this by removing the 'Uhr' suffix
if found, but that didn't really address the problem.

Instead automatically resize the widget to accomodate extra wide strings.
widget/Sol.css
widget/Sol.html
widget/Sol.js
widget/TimeZoneHelper/TimeZoneHelper.m