From 3708d6a5ff8620265b43247668d9f87587b50905 Mon Sep 17 00:00:00 2001 From: csarven Date: Mon, 17 Nov 2008 13:15:11 -0500 Subject: Favorites icon changes Favorite (full heart) is using the twotone icon library from http://www.upstartblogger.com/free-twotone-icons Disfavor (empty heart with outline) is a modified version darcs-hash:20081117181511-eefa4-9b2e11a65022b71259ca15ea9b02d94a128ca459.gz --- theme/default/display.css | 4 ++-- theme/default/icon_heart-01.gif | Bin 0 -> 67 bytes theme/default/icon_heart-01.png | Bin 788 -> 0 bytes theme/default/icon_heart-02.gif | Bin 0 -> 74 bytes theme/default/icon_heart-02.png | Bin 852 -> 0 bytes 5 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 theme/default/icon_heart-01.gif delete mode 100644 theme/default/icon_heart-01.png create mode 100644 theme/default/icon_heart-02.gif delete mode 100644 theme/default/icon_heart-02.png (limited to 'theme/default') diff --git a/theme/default/display.css b/theme/default/display.css index 19ec7b48d..5d7011ca6 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -189,7 +189,7 @@ form#favor, form.favor { input#favor, input.favor, input#disfavor, input.disfavor { background-color:#fcfff5; - background-image:url(icon_heart-01.png); + background-image:url(icon_heart-01.gif); background-repeat:no-repeat; cursor: pointer; border: 0; @@ -199,7 +199,7 @@ input#disfavor, input.disfavor { } input#disfavor, input.disfavor { - background-image:url(icon_heart-02.png); + background-image:url(icon_heart-02.gif); } .notice_single:hover input.favor, diff --git a/theme/default/icon_heart-01.gif b/theme/default/icon_heart-01.gif new file mode 100644 index 000000000..bdfd7483f Binary files /dev/null and b/theme/default/icon_heart-01.gif differ diff --git a/theme/default/icon_heart-01.png b/theme/default/icon_heart-01.png deleted file mode 100644 index 3acb57dc9..000000000 Binary files a/theme/default/icon_heart-01.png and /dev/null differ diff --git a/theme/default/icon_heart-02.gif b/theme/default/icon_heart-02.gif new file mode 100644 index 000000000..cbb35e0dc Binary files /dev/null and b/theme/default/icon_heart-02.gif differ diff --git a/theme/default/icon_heart-02.png b/theme/default/icon_heart-02.png deleted file mode 100644 index 4dd9bfc13..000000000 Binary files a/theme/default/icon_heart-02.png and /dev/null differ -- cgit v1.2.3-54-g00ecf