-a.comment-like, a.comment-delete, a.comment-edit {
+a.comment-like, a.comment-delete, a.comment-edit, a.comment-convert {
margin-left: 2px;
width: 18px;
}
margin-left: 2px;
width: 18px;
}
background: url("../images/comment-delete-hover.png") no-repeat scroll center center transparent;
}
background: url("../images/comment-delete-hover.png") no-repeat scroll center center transparent;
}
+a.comment-convert {
+ background: url("../images/convert-off.png") no-repeat scroll center center transparent;
+}
+
+a.comment-convert:hover {
+ background: url("../images/convert-hover.png") no-repeat scroll center center transparent;
+}
+
a.comment-edit {
background: url("../images/comment-edit.png") no-repeat scroll center center transparent;
}
a.comment-edit {
background: url("../images/comment-edit.png") no-repeat scroll center center transparent;
}
{% endif %}\r
{% if comment.can_convert %}\r
<a rel="nofollow" id="comment-{{ comment.id }}-convert" href="{% url convert_comment id=comment.id %}" title="{% trans "Convert comment to answer" %}"\r
{% endif %}\r
{% if comment.can_convert %}\r
<a rel="nofollow" id="comment-{{ comment.id }}-convert" href="{% url convert_comment id=comment.id %}" title="{% trans "Convert comment to answer" %}"\r
- class="ajax-command comment-convert confirm" rel="nofollow">{% trans "Convert comment to answer" %}</a>\r
+ class="ajax-command comment-convert confirm" rel="nofollow"> </a>\r
<a id="comment-%ID%-delete" href="%DELETE_URL%"\r
class="ajax-command comment-delete" rel="nofollow"> </a>\r
<a rel="nofollow" id="comment-%ID%-convert" href="%CONVERT_URL%" title="{% trans "Convert comment to answer" %}"\r
<a id="comment-%ID%-delete" href="%DELETE_URL%"\r
class="ajax-command comment-delete" rel="nofollow"> </a>\r
<a rel="nofollow" id="comment-%ID%-convert" href="%CONVERT_URL%" title="{% trans "Convert comment to answer" %}"\r
- class="ajax-command comment-convert confirm" rel="nofollow">{% trans "Convert comment to answer" %}</a>\r
+ class="ajax-command comment-convert confirm" rel="nofollow"> </a>\r
\r
<span class="comment-age">({% trans "just now" %})</span>\r
<a class="comment-user" href="%PROFILE_URL%">%USERNAME%</a>\r
\r
<span class="comment-age">({% trans "just now" %})</span>\r
<a class="comment-user" href="%PROFILE_URL%">%USERNAME%</a>\r