summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-02-07 11:26:22 -0800
committerSteve Manuel <nilslice@gmail.com>2017-02-07 11:26:22 -0800
commit249ba6a4700ee42f2d1ffad940d9e674e356879a (patch)
tree48327c9b95d28b31267ef23fc15ca411724a607c /system
parent376c522f4c3c614bb67bb25ceaba0dc07229de43 (diff)
adding enhanced file upload preview & view/download link in editor.File
Diffstat (limited to 'system')
-rw-r--r--system/admin/static/dashboard/css/admin.css3
-rw-r--r--system/admin/static/dashboard/img/ponzu-file.pngbin0 -> 25752 bytes
2 files changed, 1 insertions, 2 deletions
diff --git a/system/admin/static/dashboard/css/admin.css b/system/admin/static/dashboard/css/admin.css
index 204a4e9..06df137 100644
--- a/system/admin/static/dashboard/css/admin.css
+++ b/system/admin/static/dashboard/css/admin.css
@@ -124,8 +124,7 @@ select.browser-default {
.file-input .preview .img-clip {
overflow: hidden;
- max-width: 150px;
- max-height: 150px;
+ max-width: 300px;
margin: 10px;
}
diff --git a/system/admin/static/dashboard/img/ponzu-file.png b/system/admin/static/dashboard/img/ponzu-file.png
new file mode 100644
index 0000000..ee3663c
--- /dev/null
+++ b/system/admin/static/dashboard/img/ponzu-file.png
Binary files differ