From 949a371536b689d2282ab562e3c8c1bae1cfcfb8 Mon Sep 17 00:00:00 2001 From: makitso Date: Thu, 15 Jan 2015 08:48:24 -0700 Subject: #1307749 - Update find note icon --- themes/clouds/css-1.6.2/images/buttons/find.png | Bin 0 -> 709 bytes themes/clouds/css-1.6.2/style.css | 6 ++++++ themes/colors/css-1.6.2/images/buttons/find.png | Bin 0 -> 709 bytes themes/colors/css-1.6.2/style.css | 6 ++++++ themes/fab/css-1.6.2/images/buttons/find.png | Bin 0 -> 709 bytes themes/fab/css-1.6.2/style.css | 6 ++++++ themes/minimal/css-1.6.2/images/find.png | Bin 0 -> 709 bytes themes/minimal/css-1.6.2/style.css | 6 ++++++ themes/webtrees/css-1.6.2/images/buttons/find.png | Bin 0 -> 709 bytes themes/webtrees/css-1.6.2/style.css | 6 ++++++ themes/xenea/css-1.6.2/images/buttons/find.png | Bin 0 -> 709 bytes themes/xenea/css-1.6.2/style.css | 12 ++++++++++++ 12 files changed, 42 insertions(+) create mode 100644 themes/clouds/css-1.6.2/images/buttons/find.png create mode 100644 themes/colors/css-1.6.2/images/buttons/find.png create mode 100644 themes/fab/css-1.6.2/images/buttons/find.png create mode 100644 themes/minimal/css-1.6.2/images/find.png create mode 100644 themes/webtrees/css-1.6.2/images/buttons/find.png create mode 100644 themes/xenea/css-1.6.2/images/buttons/find.png (limited to 'themes') diff --git a/themes/clouds/css-1.6.2/images/buttons/find.png b/themes/clouds/css-1.6.2/images/buttons/find.png new file mode 100644 index 0000000000..be6c6002e4 Binary files /dev/null and b/themes/clouds/css-1.6.2/images/buttons/find.png differ diff --git a/themes/clouds/css-1.6.2/style.css b/themes/clouds/css-1.6.2/style.css index e09145e630..b1cdd511b2 100644 --- a/themes/clouds/css-1.6.2/style.css +++ b/themes/clouds/css-1.6.2/style.css @@ -3511,6 +3511,12 @@ table.table-census-assistant th { background-image: url(images/buttons/family.png); } +.icon-button_find { + width: 17px; + height: 15px; + background-image: url(images/buttons/find.png); +} + .icon-button_find_facts { width: 20px; height: 20px; diff --git a/themes/colors/css-1.6.2/images/buttons/find.png b/themes/colors/css-1.6.2/images/buttons/find.png new file mode 100644 index 0000000000..be6c6002e4 Binary files /dev/null and b/themes/colors/css-1.6.2/images/buttons/find.png differ diff --git a/themes/colors/css-1.6.2/style.css b/themes/colors/css-1.6.2/style.css index 3740636d29..177740fd76 100644 --- a/themes/colors/css-1.6.2/style.css +++ b/themes/colors/css-1.6.2/style.css @@ -3553,6 +3553,12 @@ table.table-census-assistant th { background-image: url(images/buttons/family.png); } +.icon-button_find { + width: 17px; + height: 15px; + background-image: url(images/buttons/find.png); +} + .icon-button_find_facts { width: 20px; height: 20px; diff --git a/themes/fab/css-1.6.2/images/buttons/find.png b/themes/fab/css-1.6.2/images/buttons/find.png new file mode 100644 index 0000000000..be6c6002e4 Binary files /dev/null and b/themes/fab/css-1.6.2/images/buttons/find.png differ diff --git a/themes/fab/css-1.6.2/style.css b/themes/fab/css-1.6.2/style.css index 8a9ce9f997..72fcc6f045 100644 --- a/themes/fab/css-1.6.2/style.css +++ b/themes/fab/css-1.6.2/style.css @@ -3459,6 +3459,12 @@ table.table-census-assistant th { background-image: url(images/buttons/family.png); } +.icon-button_find { + width: 17px; + height: 15px; + background-image: url(images/buttons/find.png); +} + .icon-button_find_facts { width: 20px; height: 20px; diff --git a/themes/minimal/css-1.6.2/images/find.png b/themes/minimal/css-1.6.2/images/find.png new file mode 100644 index 0000000000..be6c6002e4 Binary files /dev/null and b/themes/minimal/css-1.6.2/images/find.png differ diff --git a/themes/minimal/css-1.6.2/style.css b/themes/minimal/css-1.6.2/style.css index e638aa5700..bcc59b800e 100644 --- a/themes/minimal/css-1.6.2/style.css +++ b/themes/minimal/css-1.6.2/style.css @@ -3485,6 +3485,12 @@ table.table-census-assistant th { background-image: url(images/family.png); } +.icon-button_find { + width: 17px; + height: 15px; + background-image: url(images/find.png); +} + .icon-button_find_facts { width: 20px; height: 20px; diff --git a/themes/webtrees/css-1.6.2/images/buttons/find.png b/themes/webtrees/css-1.6.2/images/buttons/find.png new file mode 100644 index 0000000000..be6c6002e4 Binary files /dev/null and b/themes/webtrees/css-1.6.2/images/buttons/find.png differ diff --git a/themes/webtrees/css-1.6.2/style.css b/themes/webtrees/css-1.6.2/style.css index ab5dff85b6..37f10d7fea 100644 --- a/themes/webtrees/css-1.6.2/style.css +++ b/themes/webtrees/css-1.6.2/style.css @@ -3423,6 +3423,12 @@ table.table-census-assistant th { background-image: url(images/buttons/family.png); } +.icon-button_find { + width: 17px; + height: 15px; + background-image: url(images/buttons/find.png); +} + .icon-button_find_facts { width: 20px; height: 20px; diff --git a/themes/xenea/css-1.6.2/images/buttons/find.png b/themes/xenea/css-1.6.2/images/buttons/find.png new file mode 100644 index 0000000000..be6c6002e4 Binary files /dev/null and b/themes/xenea/css-1.6.2/images/buttons/find.png differ diff --git a/themes/xenea/css-1.6.2/style.css b/themes/xenea/css-1.6.2/style.css index 83e51e3fb8..e72bb8eea2 100644 --- a/themes/xenea/css-1.6.2/style.css +++ b/themes/xenea/css-1.6.2/style.css @@ -3439,6 +3439,18 @@ table.table-census-assistant th { background-image: url(images/buttons/family.png); } +.icon-button_find { + width: 17px; + height: 15px; + background-image: url(images/buttons/find.png); +} + +.icon-button_find { + width: 17px; + height: 15px; + background-image: url(images/buttons/find.png); +} + .icon-button_find_facts { width: 20px; height: 20px; -- cgit v1.3