diff options
author | csarven <csarven@controlyourself.ca> | 2008-11-17 13:15:11 -0500 |
---|---|---|
committer | csarven <csarven@controlyourself.ca> | 2008-11-17 13:15:11 -0500 |
commit | 3708d6a5ff8620265b43247668d9f87587b50905 (patch) | |
tree | 07eba3ad8984fa565b11341d7ef5b3aa8bfbe2b0 | |
parent | 9f1b4b3ed6724bf07e11581a03d898467947b954 (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
-rw-r--r-- | theme/default/display.css | 4 | ||||
-rw-r--r-- | theme/default/icon_heart-01.gif | bin | 0 -> 67 bytes | |||
-rw-r--r-- | theme/default/icon_heart-01.png | bin | 788 -> 0 bytes | |||
-rw-r--r-- | theme/default/icon_heart-02.gif | bin | 0 -> 74 bytes | |||
-rw-r--r-- | theme/default/icon_heart-02.png | bin | 852 -> 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 Binary files differnew file mode 100644 index 000000000..bdfd7483f --- /dev/null +++ b/theme/default/icon_heart-01.gif diff --git a/theme/default/icon_heart-01.png b/theme/default/icon_heart-01.png Binary files differdeleted file mode 100644 index 3acb57dc9..000000000 --- a/theme/default/icon_heart-01.png +++ /dev/null diff --git a/theme/default/icon_heart-02.gif b/theme/default/icon_heart-02.gif Binary files differnew file mode 100644 index 000000000..cbb35e0dc --- /dev/null +++ b/theme/default/icon_heart-02.gif diff --git a/theme/default/icon_heart-02.png b/theme/default/icon_heart-02.png Binary files differdeleted file mode 100644 index 4dd9bfc13..000000000 --- a/theme/default/icon_heart-02.png +++ /dev/null |