Created by: coneybeare
All of the padding on the input[type='file']
was on the bottom previously, causing the button to align above the center of the label. It was fixed by splitting the padding between the top and bottom.
Before
After (Safari)
After (Chrome)