diff options
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 |
