From 8ca043f720fac655783f4897e8994cfa81afba91 Mon Sep 17 00:00:00 2001 From: Steve Date: Tue, 7 Feb 2017 11:37:58 -0800 Subject: [core] Enhanced file upload preview control (#64) adding enhanced file upload preview & view/download link in editor.File --- system/admin/static/dashboard/css/admin.css | 3 +-- system/admin/static/dashboard/img/ponzu-file.png | Bin 0 -> 25752 bytes 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 system/admin/static/dashboard/img/ponzu-file.png (limited to 'system') 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 Binary files /dev/null and b/system/admin/static/dashboard/img/ponzu-file.png differ -- cgit v1.2.3