]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/style.css
Jira OSQA-598, a functionality that allows to convert comments to questions directly...
[osqa.git] / forum / skins / default / media / style / style.css
index 980f316042c83abe243b16c1684ad985891897de..9927bf8b46bd33e8c553be73e04d74ebd43c8d6a 100644 (file)
@@ -1525,7 +1525,7 @@ a.accept-answer.on, a.accept-answer:hover {
     margin-left: 4px;
 }
 
-a.comment-like, a.comment-delete, a.comment-edit, a.comment-convert {
+a.comment-like, a.comment-delete, a.comment-edit, a.comment-convert, a.comment-convert-to-question {
     margin-left: 2px;
     width: 18px;
 }
@@ -1554,6 +1554,14 @@ a.comment-convert:hover {
     background: url("../images/convert-hover.png") no-repeat scroll center center transparent;
 }
 
+a.comment-convert-to-question {
+    background: url("../images/convert-to-question-off.png") no-repeat scroll center center transparent;
+}
+
+a.comment-convert-to-question:hover {
+    background: url("../images/convert-to-question-hover.png") no-repeat scroll center center transparent;
+}
+
 a.comment-edit {
     background: url("../images/comment-edit.png") no-repeat scroll center center transparent;
 }