Enhanced Theme: New CSS class added to file input fields to adjust their hight to be equal to other input fields.

This commit is contained in:
Nate Jones
2014-08-16 18:24:41 +00:00
parent afa6cf3577
commit 185786808e
7 changed files with 13 additions and 9 deletions

View File

@@ -408,7 +408,7 @@ else {
echo " ".$text['label-import_file_upload'].":\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <input name=\"ulfile\" type=\"file\" class=\"formfld\" id=\"ulfile\">\n";
echo " <input name=\"ulfile\" type=\"file\" class=\"formfld fileinput\" id=\"ulfile\">\n";
echo "<br />\n";
//echo "Select the enclosure.\n";
echo "</td>\n";