diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-02-07 11:26:22 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-02-07 11:26:22 -0800 |
commit | 249ba6a4700ee42f2d1ffad940d9e674e356879a (patch) | |
tree | 48327c9b95d28b31267ef23fc15ca411724a607c /system | |
parent | 376c522f4c3c614bb67bb25ceaba0dc07229de43 (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.css | 3 | ||||
-rw-r--r-- | system/admin/static/dashboard/img/ponzu-file.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..ee3663c --- /dev/null +++ b/system/admin/static/dashboard/img/ponzu-file.png |