/* In IE7, the height of the select element cannot be changed by height, only font-size */
/* In IE7, the height of the select element cannot be changed by height, only font-size. TODO: Check if this is still needed when dropping IE7 support */
*margin-top:4px;
/* For IE7, add top margin to align select with labels */
// Set the height of select and file controls to match text inputs
// Set the height of select and file controls to match text inputs
select,
select,
input[type="file"] {
input[type="file"] {
height: @inputHeight; /* In IE7, the height of the select element cannot be changed by height, only font-size */
height: @inputHeight; /* In IE7, the height of the select element cannot be changed by height, only font-size. TODO: Check if this is still needed when dropping IE7 support */
*margin-top: 4px; /* For IE7, add top margin to align select with labels */