]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Created reply icon (vertical flip of undo)
authorsarven <csarven@plantard.controlezvous.ca>
Fri, 16 Jan 2009 00:50:46 +0000 (00:50 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Fri, 16 Jan 2009 00:50:46 +0000 (00:50 +0000)
theme/identica/css/display.css
theme/identica/images/icons/twotone/green/reply.gif [new file with mode: 0644]

index 4f2ba46526c461d81aed5505afea9c092ce33971..7e0c6d7b4c262af243ffc926d8c1b63e12298922 100644 (file)
@@ -180,7 +180,7 @@ color:#333333;
 border-bottom-color:#ccc;
 }
 .notice-options .reply a {
-background:transparent url(../images/icons/twotone/green/undo.gif) no-repeat 0 45%;
+background:transparent url(../images/icons/twotone/green/reply.gif) no-repeat 0 45%;
 }
 .notice-options form.notice_favorite input.submit {
 background:transparent url(../images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
diff --git a/theme/identica/images/icons/twotone/green/reply.gif b/theme/identica/images/icons/twotone/green/reply.gif
new file mode 100644 (file)
index 0000000..6ff01bb
Binary files /dev/null and b/theme/identica/images/icons/twotone/green/reply.gif differ