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 846e06eb95
commit d092413956
7 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ require_once "resources/check_auth.php";
echo " <form action=\"\" method=\"POST\" enctype=\"multipart/form-data\" name=\"frmUpload\" onSubmit=\"\">\n";
echo " <input name=\"type\" type=\"hidden\" value=\"rec\">\n";
echo " ".$text['label-upload']."\n";
echo " <input name=\"ulfile\" type=\"file\" class=\"formfld\" style=\"width: 260px;\" id=\"ulfile\">\n";
echo " <input name=\"ulfile\" type=\"file\" class=\"formfld fileinput\" style=\"width: 260px;\" id=\"ulfile\">\n";
echo " <input name=\"submit\" type=\"submit\" class=\"btn\" id=\"upload\" value=\"".$text['button-upload']."\">\n";
echo " </form>";
echo " </td>\n";