height: 100%; always stretches it to the screen height, not affecting the width. a better way of doing it is using Jquery to set the the height relative to the width. one way of doing this is by finding the ratio of height:width (1px:1.75px for example) and applying that to...
The answer was that I used a time input, but my time picker didn't have a style class. This created the problem that chrome and opera couldn't react good on it.