Input field of type image needs different width
*Created by: JeebsUK*
In the full stylesheet CSS all input fields have the same width applied to them (210px). If you have an input type of "image" (such as the little calendar image on a Javascript pop up calendar) this is stretched to 210px so we need to consider this as a special case and add styling for input images to fix this scenario.
issue