diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-09 13:54:55 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-09 13:54:55 -0800 |
commit | d8beb6f5301204cac3b74a827dbbc3082324de6f (patch) | |
tree | 990ec3ac11fd30f683ef55cd10d8d04f1472fff5 /lib/uploadify/default.css | |
parent | 26f8240e3478802a505f6f5355741d30130c65c5 (diff) |
First cut at replacing swfupload with uploadify. Probably need to review the css and remove extra swfupload selectors. Also changed the dialog so tags can be entered for all the files being uploaded. Probably need to add better start processing so the batch is started before the first image is loaded. Maybe add a module variable so the number of simultaneous uploads can be initiated (currently hard ocded to 10.
Diffstat (limited to 'lib/uploadify/default.css')
-rw-r--r-- | lib/uploadify/default.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/uploadify/default.css b/lib/uploadify/default.css new file mode 100644 index 00000000..2173d9ec --- /dev/null +++ b/lib/uploadify/default.css @@ -0,0 +1,10 @@ +body { + font: 12px/16px Arial, Helvetica, sans-serif; +} +#fileQueue { + width: 400px; + height: 300px; + overflow: auto; + border: 1px solid #E5E5E5; + margin-bottom: 10px; +}
\ No newline at end of file |