From 91f1cbd31e389aaa4f595255e2d7584426d4cae3 Mon Sep 17 00:00:00 2001 From: Andrew Hyland Date: Mon, 31 Aug 2009 03:00:31 +0000 Subject: [PATCH] #34 - New toolbar items for annotations --- oaiorebuilder/skin/overlay.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/oaiorebuilder/skin/overlay.css b/oaiorebuilder/skin/overlay.css index d25d0049..9a3aaa67 100644 --- a/oaiorebuilder/skin/overlay.css +++ b/oaiorebuilder/skin/overlay.css @@ -43,6 +43,25 @@ #add-annotation { list-style-image: url(chrome://lore/skin/icons/comment_add.png); } + +#remove-annotation { + list-style-image: url(chrome://lore/skin/icons/comment_delete.png); +} + +#edit-annotation { + list-style-image: url(chrome://lore/skin/icons/comment_edit.png); +} + +#reply-annotation { + list-style-image: url(chrome://lore/skin/icons/arrow_rotate_clockwise.png); +} +#save-annotation { + list-style-image: url(chrome://lore/skin/icons/disk.png); +} + +#save-all-annotations { + list-style-image: url(chrome://lore/skin/icons/disk_multiple.png); +} #show-annotations { list-style-image: url(chrome://lore/skin/icons/comment_yellow.gif); }