diff options
author | Steve <nilslice@gmail.com> | 2017-02-07 11:37:58 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-07 11:37:58 -0800 |
commit | 8ca043f720fac655783f4897e8994cfa81afba91 (patch) | |
tree | 48327c9b95d28b31267ef23fc15ca411724a607c /system | |
parent | 3f706b5f64db80dc46b7d606ca88e1cb7154df18 (diff) |
[core] Enhanced file upload preview control (#64)
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 |