Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified forum/skins/default/media/images/sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 19 additions & 1 deletion forum/skins/default/media/style/style-sprite.css
Original file line number Diff line number Diff line change
Expand Up @@ -1878,6 +1878,24 @@ a.comment-edit:hover {
background-color: transparent;
}

a.comment-convert {
background-image: url('../images/sprite.png');
background-position: left -378px;
width: 14px;
height: 14px;
background-repeat: no-repeat;
background-color: transparent;
}

a.comment-convert:hover {
background-image: url('../images/sprite.png');
background-position: left -392px;
width: 14px;
height: 14px;
background-repeat: no-repeat;
background-color: transparent;
}

img.subscription-remove {
float: right;
}
Expand Down Expand Up @@ -2104,7 +2122,7 @@ div.dialog.prompt .dialog-content select, div.dialog.prompt .dialog-content text

.feed-icon {
background-image: url('../images/sprite.png');
background-position: left -378px;
background-position: left -406px;
width: 14px;
height: 14px;
background-repeat: no-repeat;
Expand Down
2 changes: 1 addition & 1 deletion forum/skins/default/media/style/style-sprite.min.css

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions forum/skins/default/media/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1860,6 +1860,22 @@ a.comment-edit:hover {
background-color: transparent;
}

a.comment-convert {
background-image: url("../images/convert-to-question-off.png"); /** sprite-ref: sprite; */
width: 14px;
height: 14px;
background-repeat: no-repeat;
background-color: transparent;
}

a.comment-convert:hover {
background-image: url("../images/convert-to-question-hover.png"); /** sprite-ref: sprite; */
width: 14px;
height: 14px;
background-repeat: no-repeat;
background-color: transparent;
}

img.subscription-remove {
float: right;
}
Expand Down
2 changes: 1 addition & 1 deletion forum/skins/default/media/style/style.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions forum/skins/default/templates/paginator/sort_tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
{% endfor %}
</select>
<noscript><input type="submit" value="Submit"></noscript>
</form>
</div>
{% endspaceless %}