diff options
| author | Cash Costello <cash.costello@gmail.com> | 2010-10-24 21:08:27 +0000 |
|---|---|---|
| committer | Cash Costello <cash.costello@gmail.com> | 2010-10-24 21:08:27 +0000 |
| commit | da1493b95a2f0b5000a487ae373c9318c58d0b2d (patch) | |
| tree | a339b053ade9fb15a1717bdf248a59afc9b3d239 /vendors/uploadify/example/css/default.css | |
| parent | 5161b1c8fdc8ff69005f864a89127fc18db6d4ed (diff) | |
| download | elgg-da1493b95a2f0b5000a487ae373c9318c58d0b2d.tar.gz elgg-da1493b95a2f0b5000a487ae373c9318c58d0b2d.tar.bz2 | |
partial implementation of flash uploader
Diffstat (limited to 'vendors/uploadify/example/css/default.css')
| -rw-r--r-- | vendors/uploadify/example/css/default.css | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
