summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorcsarven <csarven@controlyourself.ca>2008-11-17 13:15:11 -0500
committercsarven <csarven@controlyourself.ca>2008-11-17 13:15:11 -0500
commit3708d6a5ff8620265b43247668d9f87587b50905 (patch)
tree07eba3ad8984fa565b11341d7ef5b3aa8bfbe2b0 /theme
parent9f1b4b3ed6724bf07e11581a03d898467947b954 (diff)
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
Diffstat (limited to 'theme')
-rw-r--r--theme/default/display.css4
-rw-r--r--theme/default/icon_heart-01.gifbin0 -> 67 bytes
-rw-r--r--theme/default/icon_heart-01.pngbin788 -> 0 bytes
-rw-r--r--theme/default/icon_heart-02.gifbin0 -> 74 bytes
-rw-r--r--theme/default/icon_heart-02.pngbin852 -> 0 bytes
5 files changed, 2 insertions, 2 deletions
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
--- /dev/null
+++ b/theme/default/icon_heart-01.gif
Binary files differ
diff --git a/theme/default/icon_heart-01.png b/theme/default/icon_heart-01.png
deleted file mode 100644
index 3acb57dc9..000000000
--- a/theme/default/icon_heart-01.png
+++ /dev/null
Binary files differ
diff --git a/theme/default/icon_heart-02.gif b/theme/default/icon_heart-02.gif
new file mode 100644
index 000000000..cbb35e0dc
--- /dev/null
+++ b/theme/default/icon_heart-02.gif
Binary files differ
diff --git a/theme/default/icon_heart-02.png b/theme/default/icon_heart-02.png
deleted file mode 100644
index 4dd9bfc13..000000000
--- a/theme/default/icon_heart-02.png
+++ /dev/null
Binary files differ