diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-16 21:06:13 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-16 21:06:13 +0200 |
| commit | 72095d82915a8137e4cc883e364f754ea126e709 (patch) | |
| tree | 614c606d354048ba010d200ef02f3fcfbf2f457a /res/client/img | |
| parent | 041630f1f3cc92a07ee3138adf531cf148c3c9ea (diff) | |
client: add plus and minus buttons css and images
Diffstat (limited to 'res/client/img')
| -rw-r--r-- | res/client/img/minus.svg | 24 | ||||
| -rw-r--r-- | res/client/img/plus.svg | 24 |
2 files changed, 48 insertions, 0 deletions
diff --git a/res/client/img/minus.svg b/res/client/img/minus.svg new file mode 100644 index 00000000..d79fb534 --- /dev/null +++ b/res/client/img/minus.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + width="24px" + height="24px" + viewBox="0 0 24 24" + id="svg2" + version="1.1"> + <path + style="opacity:1;fill:#000000;fill-opacity:1;stroke-width:0;" + id="minus" + width="24.0" + height="24.0" + x="0" + y="0" + d="M 0 10 L 24 10 L 24 14 L 0 14 L 0 10" + /> +</svg> diff --git a/res/client/img/plus.svg b/res/client/img/plus.svg new file mode 100644 index 00000000..f58526a3 --- /dev/null +++ b/res/client/img/plus.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + width="24px" + height="24px" + viewBox="0 0 24 24" + id="svg2" + version="1.1"> + <path + style="opacity:1;fill:#000000;fill-opacity:1;stroke-width:0;" + id="plus" + width="24.0" + height="24.0" + x="0" + y="0" + d="M 10 0 L 14 0 L 14 10 L 24 10 L 24 14 L 14 14 L 14 24 L 10 24 L 10 14 L 0 14 L 0 10 L 10 10 L 10 0" + /> +</svg> |
