diff --git a/ext/upload/style.css b/ext/upload/style.css new file mode 100644 index 00000000..33c7f922 --- /dev/null +++ b/ext/upload/style.css @@ -0,0 +1,3 @@ +.mini_upload INPUT { + width: 100%; +} diff --git a/ext/upload/theme.php b/ext/upload/theme.php index 986dd8ad..ab17cfd8 100644 --- a/ext/upload/theme.php +++ b/ext/upload/theme.php @@ -236,20 +236,21 @@ class UploadTheme extends Themelet { for($i=0; $i<$upload_count; $i++) { if($i == 0) $style = ""; // "style='display:visible'"; else $style = "style='display:none'"; - $upload_list .= "\n"; + $upload_list .= "\n"; } $max_size = $config->get_int('upload_size'); $max_kb = to_shorthand_int($max_size); // return " +