diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-16 17:59:48 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-16 17:59:48 +0200 |
commit | b8b24bbae7d513c2fa3259b1c4bc22ebb372e125 (patch) | |
tree | 5647c36c2ff4cf864456ee19e867ffcc260c9279 /core/img | |
parent | 837cefd8a3a7540b37afb42312f1397baa70c3ac (diff) | |
download | nextcloud-server-b8b24bbae7d513c2fa3259b1c4bc22ebb372e125.tar.gz nextcloud-server-b8b24bbae7d513c2fa3259b1c4bc22ebb372e125.zip |
use proper password icon, three dots are 'more'
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/more.png | bin | 0 -> 195 bytes | |||
-rw-r--r-- | core/img/actions/more.svg | 5 | ||||
-rw-r--r-- | core/img/actions/password.png | bin | 195 -> 248 bytes | |||
-rw-r--r-- | core/img/actions/password.svg | 6 |
4 files changed, 7 insertions, 4 deletions
diff --git a/core/img/actions/more.png b/core/img/actions/more.png Binary files differnew file mode 100644 index 00000000000..edcafdd9bbf --- /dev/null +++ b/core/img/actions/more.png diff --git a/core/img/actions/more.svg b/core/img/actions/more.svg new file mode 100644 index 00000000000..9ab5d4243d9 --- /dev/null +++ b/core/img/actions/more.svg @@ -0,0 +1,5 @@ +<?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/"> + <rect style="color:#000000" fill-opacity="0" height="97.986" width="163.31" y="-32.993" x="-62.897"/> + <path d="m3 6c-1.1046 0-2 0.8954-2 2s0.8954 2 2 2 2-0.8954 2-2-0.8954-2-2-2zm5 0c-1.1046 0-2 0.8954-2 2s0.8954 2 2 2 2-0.8954 2-2-0.8954-2-2-2zm5 0c-1.105 0-2 0.8954-2 2s0.895 2 2 2 2-0.8954 2-2-0.895-2-2-2z" fill-rule="evenodd"/> +</svg> diff --git a/core/img/actions/password.png b/core/img/actions/password.png Binary files differindex edcafdd9bbf..07365a5775e 100644 --- a/core/img/actions/password.png +++ b/core/img/actions/password.png diff --git a/core/img/actions/password.svg b/core/img/actions/password.svg index 9ab5d4243d9..a9b29fda093 100644 --- a/core/img/actions/password.svg +++ b/core/img/actions/password.svg @@ -1,5 +1,3 @@ -<?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/"> - <rect style="color:#000000" fill-opacity="0" height="97.986" width="163.31" y="-32.993" x="-62.897"/> - <path d="m3 6c-1.1046 0-2 0.8954-2 2s0.8954 2 2 2 2-0.8954 2-2-0.8954-2-2-2zm5 0c-1.1046 0-2 0.8954-2 2s0.8954 2 2 2 2-0.8954 2-2-0.8954-2-2-2zm5 0c-1.105 0-2 0.8954-2 2s0.895 2 2 2 2-0.8954 2-2-0.895-2-2-2z" fill-rule="evenodd"/> +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="16px" width="16px" version="1.1" y="0px" x="0px" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 71 100"><metadata><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata> +<path d="M8,1c-2.2091,0-4,1.7909-4,4v2h-1v7h10v-7h-1v-2c0-2.2091-1.791-4-4-4zm0,2c1.1046,0,2,0.89543,2,2v2h-4v-2c0-1.1046,0.8954-2,2-2z" transform="matrix(6.25,0,0,6.25,-14.5,0)" fill="#000"/> </svg> |