diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-02-25 17:24:37 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-02-25 17:26:03 +0100 |
commit | 91b0c4325d066dcf994ca68370c8d6ea91d3cfb1 (patch) | |
tree | 5d6b5b87a3aed6f021fbb482c84407b2451929db /core | |
parent | faf65e73b778867d36f0e13dd1b0f1a4ef1f4723 (diff) | |
download | nextcloud-server-91b0c4325d066dcf994ca68370c8d6ea91d3cfb1.tar.gz nextcloud-server-91b0c4325d066dcf994ca68370c8d6ea91d3cfb1.zip |
add download icon for image detail view, ref gallery issue 51
Diffstat (limited to 'core')
-rw-r--r-- | core/css/icons.css | 3 | ||||
-rw-r--r-- | core/img/actions/view-download.png | bin | 0 -> 1103 bytes | |||
-rw-r--r-- | core/img/actions/view-download.svg | 14 |
3 files changed, 17 insertions, 0 deletions
diff --git a/core/css/icons.css b/core/css/icons.css index 359c55e4dc5..b746436ed5f 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -231,6 +231,9 @@ .icon-view-close { background-image: url('../img/actions/view-close.svg'); } +.icon-view-download { + background-image: url('../img/actions/view-download.svg'); +} .icon-view-next { background-image: url('../img/actions/view-next.svg'); } diff --git a/core/img/actions/view-download.png b/core/img/actions/view-download.png Binary files differnew file mode 100644 index 00000000000..29e1b6fec70 --- /dev/null +++ b/core/img/actions/view-download.png diff --git a/core/img/actions/view-download.svg b/core/img/actions/view-download.svg new file mode 100644 index 00000000000..471109757c9 --- /dev/null +++ b/core/img/actions/view-download.svg @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="32" width="32" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs> + <filter id="a" style="color-interpolation-filters:sRGB" height="1.6" width="1.6" y="-.3" x="-.3"> + <feGaussianBlur stdDeviation="1.75"/> + </filter> + </defs> + <g transform="matrix(1.4286 0 0 1.4286 4.5714 -1476)" filter="url(#a)" stroke="#000"> + <path d="m6 1037.4h4v7h5l-7 7-7-7h5z" stroke="#000"/> + </g> + <g fill="#fff" transform="matrix(1.4286 0 0 1.4286 4.5714 -1476)"> + <path d="m6 1037.4h4v7h5l-7 7-7-7h5z" fill="#fff"/> + </g> +</svg> |