From 249ba6a4700ee42f2d1ffad940d9e674e356879a Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Tue, 7 Feb 2017 11:26:22 -0800 Subject: 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