diff --git a/ext/upload/style.css b/ext/upload/style.css index c4b1e63e..1fe3f45d 100644 --- a/ext/upload/style.css +++ b/ext/upload/style.css @@ -1,4 +1,9 @@ - -#large_upload_form INPUT { +/* Only need to change the file/url inputs */ +#large_upload_form INPUT.wid { width: 100%; } +#radio_button { + width: auto; +} +/* This is needed since the theme style.css forcibly sets vertical align to "top". */ +TABLE.vert TD, TABLE.vert TH {vertical-align: middle;} diff --git a/ext/upload/theme.php b/ext/upload/theme.php index 9d42098e..3575d569 100644 --- a/ext/upload/theme.php +++ b/ext/upload/theme.php @@ -12,22 +12,28 @@ class UploadTheme extends Themelet { public function display_page(Page $page) { global $config; $tl_enabled = ($config->get_string("transload_engine", "none") != "none"); - + + // Uploader 2.0! $upload_list = ""; for($i=0; $i<$config->get_int('upload_count'); $i++) { $n = $i + 1; $width = $tl_enabled ? "35%" : "80%"; $upload_list .= "
Tags | |||
Source |