From 9f12605f7ebc9ca5575fc4ee9900e0e821366c4d Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Thu, 1 Jan 2015 17:48:12 +0100 Subject: [enh] themes static content refactor --- searx/static/themes/oscar/img/map/layers-2x.png | Bin 0 -> 2898 bytes searx/static/themes/oscar/img/map/layers.png | Bin 0 -> 1502 bytes .../static/themes/oscar/img/map/marker-icon-2x-green.png | Bin 0 -> 4203 bytes .../themes/oscar/img/map/marker-icon-2x-orange.png | Bin 0 -> 4167 bytes searx/static/themes/oscar/img/map/marker-icon-2x-red.png | Bin 0 -> 4230 bytes searx/static/themes/oscar/img/map/marker-icon-2x.png | Bin 0 -> 4033 bytes searx/static/themes/oscar/img/map/marker-icon-green.png | Bin 0 -> 1822 bytes searx/static/themes/oscar/img/map/marker-icon-orange.png | Bin 0 -> 1862 bytes searx/static/themes/oscar/img/map/marker-icon-red.png | Bin 0 -> 1870 bytes searx/static/themes/oscar/img/map/marker-icon.png | Bin 0 -> 1747 bytes searx/static/themes/oscar/img/map/marker-shadow.png | Bin 0 -> 797 bytes 11 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 searx/static/themes/oscar/img/map/layers-2x.png create mode 100644 searx/static/themes/oscar/img/map/layers.png create mode 100644 searx/static/themes/oscar/img/map/marker-icon-2x-green.png create mode 100644 searx/static/themes/oscar/img/map/marker-icon-2x-orange.png create mode 100644 searx/static/themes/oscar/img/map/marker-icon-2x-red.png create mode 100644 searx/static/themes/oscar/img/map/marker-icon-2x.png create mode 100644 searx/static/themes/oscar/img/map/marker-icon-green.png create mode 100644 searx/static/themes/oscar/img/map/marker-icon-orange.png create mode 100644 searx/static/themes/oscar/img/map/marker-icon-red.png create mode 100644 searx/static/themes/oscar/img/map/marker-icon.png create mode 100644 searx/static/themes/oscar/img/map/marker-shadow.png (limited to 'searx/static/themes/oscar/img/map') diff --git a/searx/static/themes/oscar/img/map/layers-2x.png b/searx/static/themes/oscar/img/map/layers-2x.png new file mode 100644 index 000000000..a2cf7f9ef Binary files /dev/null and b/searx/static/themes/oscar/img/map/layers-2x.png differ diff --git a/searx/static/themes/oscar/img/map/layers.png b/searx/static/themes/oscar/img/map/layers.png new file mode 100644 index 000000000..bca0a0e42 Binary files /dev/null and b/searx/static/themes/oscar/img/map/layers.png differ diff --git a/searx/static/themes/oscar/img/map/marker-icon-2x-green.png b/searx/static/themes/oscar/img/map/marker-icon-2x-green.png new file mode 100644 index 000000000..c359abb6c Binary files /dev/null and b/searx/static/themes/oscar/img/map/marker-icon-2x-green.png differ diff --git a/searx/static/themes/oscar/img/map/marker-icon-2x-orange.png b/searx/static/themes/oscar/img/map/marker-icon-2x-orange.png new file mode 100644 index 000000000..c3c863211 Binary files /dev/null and b/searx/static/themes/oscar/img/map/marker-icon-2x-orange.png differ diff --git a/searx/static/themes/oscar/img/map/marker-icon-2x-red.png b/searx/static/themes/oscar/img/map/marker-icon-2x-red.png new file mode 100644 index 000000000..1c26e9fc2 Binary files /dev/null and b/searx/static/themes/oscar/img/map/marker-icon-2x-red.png differ diff --git a/searx/static/themes/oscar/img/map/marker-icon-2x.png b/searx/static/themes/oscar/img/map/marker-icon-2x.png new file mode 100644 index 000000000..0015b6495 Binary files /dev/null and b/searx/static/themes/oscar/img/map/marker-icon-2x.png differ diff --git a/searx/static/themes/oscar/img/map/marker-icon-green.png b/searx/static/themes/oscar/img/map/marker-icon-green.png new file mode 100644 index 000000000..56db5ea9f Binary files /dev/null and b/searx/static/themes/oscar/img/map/marker-icon-green.png differ diff --git a/searx/static/themes/oscar/img/map/marker-icon-orange.png b/searx/static/themes/oscar/img/map/marker-icon-orange.png new file mode 100644 index 000000000..fbbce7b2a Binary files /dev/null and b/searx/static/themes/oscar/img/map/marker-icon-orange.png differ diff --git a/searx/static/themes/oscar/img/map/marker-icon-red.png b/searx/static/themes/oscar/img/map/marker-icon-red.png new file mode 100644 index 000000000..3e64e06d1 Binary files /dev/null and b/searx/static/themes/oscar/img/map/marker-icon-red.png differ diff --git a/searx/static/themes/oscar/img/map/marker-icon.png b/searx/static/themes/oscar/img/map/marker-icon.png new file mode 100644 index 000000000..e2e9f757f Binary files /dev/null and b/searx/static/themes/oscar/img/map/marker-icon.png differ diff --git a/searx/static/themes/oscar/img/map/marker-shadow.png b/searx/static/themes/oscar/img/map/marker-shadow.png new file mode 100644 index 000000000..d1e773c71 Binary files /dev/null and b/searx/static/themes/oscar/img/map/marker-shadow.png differ -- cgit v1.2.3