add download icon for image detail view, ref gallery issue 51

This commit is contained in:
Jan-Christoph Borchardt 2016-02-25 17:24:37 +01:00
parent faf65e73b7
commit 91b0c4325d
3 changed files with 17 additions and 0 deletions

View File

@ -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');
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -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>

After

Width:  |  Height:  |  Size: 729 B