Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
#34 - New toolbar items for annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
hyland82 committed Aug 31, 2009
1 parent 4b71b1f commit 91f1cbd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions oaiorebuilder/skin/overlay.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 91f1cbd

Please sign in to comment.