diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-01-29 09:17:02 -0800 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-01-29 09:17:02 -0800 |
commit | 271088a7a23ffcdb2082b6dfc5b6f50833612a0f (patch) | |
tree | a2d37b8187b262ab3267a35a83db82fc29ccb546 /core/img/actions | |
parent | afa00318bcabf53bed4f33633dae55c9efa43dd7 (diff) | |
parent | edea7781b713cc136fede6dfe51b9abbf9a94cf0 (diff) | |
download | nextcloud-server-271088a7a23ffcdb2082b6dfc5b6f50833612a0f.tar.gz nextcloud-server-271088a7a23ffcdb2082b6dfc5b6f50833612a0f.zip |
Merge pull request #6777 from owncloud/mobile-style
Mobile style for public links: files, folders, picture sets
Diffstat (limited to 'core/img/actions')
-rw-r--r-- | core/img/actions/toggle-filelist.png | bin | 0 -> 195 bytes | |||
-rw-r--r-- | core/img/actions/toggle-filelist.svg | 11 | ||||
-rw-r--r-- | core/img/actions/toggle-pictures.png | bin | 0 -> 193 bytes | |||
-rw-r--r-- | core/img/actions/toggle-pictures.svg | 9 |
4 files changed, 20 insertions, 0 deletions
diff --git a/core/img/actions/toggle-filelist.png b/core/img/actions/toggle-filelist.png Binary files differnew file mode 100644 index 00000000000..45d363f1934 --- /dev/null +++ b/core/img/actions/toggle-filelist.png diff --git a/core/img/actions/toggle-filelist.svg b/core/img/actions/toggle-filelist.svg new file mode 100644 index 00000000000..940f6a49e63 --- /dev/null +++ b/core/img/actions/toggle-filelist.svg @@ -0,0 +1,11 @@ +<?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="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g> + <rect rx=".5" ry=".5" height="4" width="4" y="1" x="1"/> + <rect rx=".5" ry=".5" height="1" width="9" y="2" x="6"/> + <rect rx=".5" ry=".5" height="4" width="4" y="6" x="1"/> + <rect rx=".5" ry=".5" height="1" width="9" y="7" x="6"/> + <rect rx=".5" ry=".5" height="4" width="4" y="11" x="1"/> + <rect rx=".5" ry=".5" height="1" width="9" y="12" x="6"/> + </g> +</svg> diff --git a/core/img/actions/toggle-pictures.png b/core/img/actions/toggle-pictures.png Binary files differnew file mode 100644 index 00000000000..8068d17e30d --- /dev/null +++ b/core/img/actions/toggle-pictures.png diff --git a/core/img/actions/toggle-pictures.svg b/core/img/actions/toggle-pictures.svg new file mode 100644 index 00000000000..5205c0226d1 --- /dev/null +++ b/core/img/actions/toggle-pictures.svg @@ -0,0 +1,9 @@ +<?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="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g> + <rect rx=".5" ry=".5" height="6" width="6" y="1" x="1"/> + <rect rx=".5" ry=".5" height="6" width="6" y="1" x="9"/> + <rect rx=".5" ry=".5" height="6" width="6" y="9" x="9"/> + <rect rx=".5" ry=".5" height="6" width="6" y="9" x="1"/> + </g> +</svg> |