From b1a6bed36d5d4acdfbb5372f467a49c7ab29bc5c Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 31 May 2009 23:52:08 -0600 Subject: Update notify/watch eyeglasses icon with bullhorn icon. Rename css/image names from watch to notify. --- themes/default/css/screen.css | 8 ++++---- themes/default/images/ico-watch-add.png | Bin 1160 -> 0 bytes themes/default/images/ico-watch-remove.png | Bin 1172 -> 0 bytes 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 themes/default/images/ico-watch-add.png delete mode 100644 themes/default/images/ico-watch-remove.png (limited to 'themes') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index fd9f64df..165112ca 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -606,12 +606,12 @@ form .gError, background-image: url('../images/ico-view-album.png'); } -#gViewMenu #gAddWatchLink { - background-image: url('../images/ico-watch-add.png'); +#gViewMenu #gAddNotifyLink { + background-image: url('../images/ico-notify-add.png'); } -#gViewMenu #gRemoveWatchLink { - background-image: url('../images/ico-watch-remove.png'); +#gViewMenu #gRemoveNotifyLink { + background-image: url('../images/ico-notify-remove.png'); } #gViewMenu #gHybridLink { diff --git a/themes/default/images/ico-watch-add.png b/themes/default/images/ico-watch-add.png deleted file mode 100644 index 9bb40b4d..00000000 Binary files a/themes/default/images/ico-watch-add.png and /dev/null differ diff --git a/themes/default/images/ico-watch-remove.png b/themes/default/images/ico-watch-remove.png deleted file mode 100644 index 0c5e7cf0..00000000 Binary files a/themes/default/images/ico-watch-remove.png and /dev/null differ -- cgit v1.2.3