From da1493b95a2f0b5000a487ae373c9318c58d0b2d Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 24 Oct 2010 21:08:27 +0000 Subject: partial implementation of flash uploader --- vendors/uploadify/example/css/default.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vendors/uploadify/example/css/default.css (limited to 'vendors/uploadify/example/css/default.css') diff --git a/vendors/uploadify/example/css/default.css b/vendors/uploadify/example/css/default.css new file mode 100644 index 000000000..ec5902d47 --- /dev/null +++ b/vendors/uploadify/example/css/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 -- cgit v1.2.3