jtsage / jtsage-datebox

A multi-mode date and time picker for Bootstrap (3&4), jQueryMobile, Foundation, Bulma, FomanticUI, and UIKit (or others)
http://datebox.jtsage.dev/
Other
474 stars 166 forks source link

Zoom-out on desktop browsers ruins look and feel. #336

Closed slavap closed 10 years ago

slavap commented 10 years ago

See attached image. It's quite easy to fix: .ui-datebox-container { width: 280px; } should be increased to 290px, then it will be good looking till very low zoom values. calboxzoomout

jtsage commented 10 years ago

interesting - i've never bothered to check on a zoom out - only on a zoom in (which, by the way, works until it's an extremely large value). I will play with this a bit.

jtsage commented 10 years ago

Fwiw, with the new CSS - on Chrome + Mac (10.10, Chrome Canary):

CalBox - zoom in to 500%, zoom out to 50% (calControlGroup) or 67% (w/o calControlGroup)

~j